pub fn to_object<T>(value: &T) -> Result<Object, Error> where
    T: Serialize
Expand description

Convert a T into liquid_core::model::Object.