Function table::to_value[][src]

pub fn to_value<T>(t: &T) -> Result<Value, SerializeError> where
    T: Serialize

Serializes this object into its Value representation.