pub trait StateKind: RawStateKind {
// Required method
fn kind(&self) -> &str;
}Expand description
note: this trait is auto implemented for types that implement AsRef<str>.
pub trait StateKind: RawStateKind {
// Required method
fn kind(&self) -> &str;
}note: this trait is auto implemented for types that implement AsRef<str>.