pub type BasinName = BasinNameStr<NameProps>;Expand description
Basin name.
Note: It must be globally unique and between 8 and 48 bytes in length. It can only comprise lowercase letters, numbers, and hyphens. It cannot begin or end with a hyphen.
Aliased Typeยง
pub struct BasinName(/* private fields */);