[][src]Trait yarte::AsJsonPretty

pub trait AsJsonPretty {
    fn __as_json_pretty(&self) -> JsonPretty<'_, Self>;
}

Required methods

fn __as_json_pretty(&self) -> JsonPretty<'_, Self>

Loading content...

Implementors

impl<S> AsJsonPretty for S[src]

Loading content...