IntoJSON

Trait IntoJSON 

Source
pub trait IntoJSON {
    // Required method
    fn into_json(self) -> Value;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoJSON for Value

Implementors§