Trait gray_matter::engine::Engine[][src]

pub trait Engine {
    fn new() -> Self;
fn parse(&self, content: &str) -> Pod; }

Required methods

fn new() -> Self[src]

fn parse(&self, content: &str) -> Pod[src]

Loading content...

Implementors

impl Engine for JSON[src]

impl Engine for TOML[src]

impl Engine for YAML[src]

Loading content...