pub type Name<'a> = ManagedString<'a, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>;Expand description
A device name as a Managed String
Aliased Type§
pub enum Name<'a> {
Owned(String<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>),
Borrow(&'a str),
}