Type Alias BorrowedLongName

Source
pub type BorrowedLongName = BoundedBorrowedName<MAX_LONG_NAME_LENGTH>;
Expand description

Unowned variant of LongName. LongName for more details.

Aliased Type§

pub struct BorrowedLongName(/* private fields */);

Trait Implementations§

Source§

impl<'a> From<&'a BoundedBorrowedName<MAX_NAME_LENGTH>> for &'a BorrowedLongName

Source§

fn from(name: &'a BorrowedName) -> Self

Converts to this type from the input type.