Type Alias BorrowedName

Source
pub type BorrowedName = BoundedBorrowedName<MAX_NAME_LENGTH>;
Expand description

Unowned variant of Name. Name for more details.

Aliased Type§

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

Implementations§