Trait enum_str::AsStr [] [src]

pub trait AsStr {
    fn as_str(&self) -> &str;
}

Trait for representing a structure as a string

Required Methods

Get the string representation of a structure

Implementors