[][src]Trait yarte::json::AsJson

pub trait AsJson {
    fn __as_json(&self) -> Json<'_, Self>;
}

Required methods

fn __as_json(&self) -> Json<'_, Self>

Loading content...

Implementors

impl<S> AsJson for S[src]

Loading content...