Type Definition oxide_api::types::Name

source · []
pub type Name = String;
Expand description

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and ‘-’, and may not end with a ‘-’.