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

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

Provided methods

fn parse(content: &str) -> Result<Self>

fn to_string(&self) -> Result<String>

Loading content...

Implementors

impl Front for Frontmatter[src]

impl Front for FrontmatterBuilder[src]

Loading content...