[][src]Trait yarte::AsJsonPretty

pub trait AsJsonPretty {
    fn __as_json_pretty(&self) -> JsonPretty<Self>
    where
        Self: Serialize
; }

Required methods

fn __as_json_pretty(&self) -> JsonPretty<Self> where
    Self: Serialize

Loading content...

Implementors

impl<S> AsJsonPretty for S[src]

Loading content...