BasinNamePrefix

Type Alias BasinNamePrefix 

Source
pub type BasinNamePrefix = BasinNameStr<PrefixProps>;

Aliased Type§

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

Trait Implementations§

Source§

impl Default for BasinNamePrefix

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl From<BasinNameStr<NameProps>> for BasinNamePrefix

Source§

fn from(value: BasinName) -> Self

Converts to this type from the input type.