Function tomlconv::to_toml [] [src]

pub fn to_toml<T: ?Sized>(value: &T) -> Result<Value> where
    T: Serialize

Converts the value to a TOML value.