Trait cobalt::cobalt_model::Front[][src]

pub trait Front: Default + Display + for<'de> Deserialize<'de> + Serialize {
    fn parse(content: &str) -> Result<Self> { ... }
fn to_string(&self) -> Result<String> { ... } }

Provided Methods

Implementors