Type Alias flowcore::model::name::Name

source ·
pub type Name = String;
Expand description

Name is a String that names various types of objects

Aliased Type§

struct Name { /* private fields */ }

Trait Implementations§

source§

impl Validate for Name

source§

fn validate(&self) -> Result<()>

Validate that a deserialized model data structure is valid for use