pub fn to_raw_value<T>(value: &T) -> Result<Box<RawValue>, Error>where T: ?Sized + Serialize,
Convert a T into a boxed RawValue.
T
RawValue