[][src]Trait yarte::AsJson

pub trait AsJson {
    fn __as_json(&self) -> Json<Self>
    where
        Self: Serialize
; }

Required methods

fn __as_json(&self) -> Json<Self> where
    Self: Serialize

Loading content...

Implementors

impl<S> AsJson for S[src]

Loading content...