pub trait Flag { // Required method fn as_name(&self) -> &'static str; }
Returns the name of this flag.