pub trait AsStr { // Required method fn as_str(&self) -> &str; }
Trait for representing a structure as a string
Get the string representation of a structure