[][src]Trait serde_hjson::value::ToJson

pub trait ToJson {
    fn to_json(&self) -> Value;
}

A trait for converting values to Hjson

Required methods

fn to_json(&self) -> Value

Converts the value of self to an instance of Hjson

Loading content...

Implementors

impl<T: ?Sized> ToJson for T where
    T: Serialize
[src]

Loading content...