pub type UUID = DOMString;

Aliased Type§

#[repr(transparent)]
pub struct UUID(RefCell<DOMStringType>);

Tuple Fields§

§0: RefCell<DOMStringType>