pub type BorrowedLongName = BoundedBorrowedName<MAX_LONG_NAME_LENGTH>;
Aliased Type§
pub struct BorrowedLongName(/* private fields */);
Trait Implementations§
Source§impl<'a> From<&'a BoundedBorrowedName<MAX_NAME_LENGTH>> for &'a BorrowedLongName
impl<'a> From<&'a BoundedBorrowedName<MAX_NAME_LENGTH>> for &'a BorrowedLongName
Source§fn from(name: &'a BorrowedName) -> Self
fn from(name: &'a BorrowedName) -> Self
Converts to this type from the input type.