Type Alias cm_types::LongName

source ·
pub type LongName = BoundedName<MAX_LONG_NAME_LENGTH>;
Expand description

A Name with a higher string capacity of MAX_LONG_NAME_LENGTH.

Aliased Type§

struct LongName(/* private fields */);

Trait Implementations§

source§

impl From<BoundedName<MAX_NAME_LENGTH>> for LongName

source§

fn from(name: Name) -> Self

Converts to this type from the input type.