Trait blockade::Stringify [] [src]

pub trait Stringify {
    fn to_str(&self) -> &str;
fn from_str(val: &str) -> Self; }

Required Methods

Implementors