pub fn to_value<T>(value: T) -> Result<Value, Error<Infallible>>where
T: Serialize,Available on crate feature
alloc only.Expand description
Convert T to crate::value::Value
pub fn to_value<T>(value: T) -> Result<Value, Error<Infallible>>where
T: Serialize,alloc only.Convert T to crate::value::Value