[go: up one dir, main page]

Function sonic_rs::serde::to_raw_value

source ·
pub fn to_raw_value<T>(value: &T) -> Result<Box<RawValue>, Error>
where T: ?Sized + Serialize,
Expand description

Convert a T into a boxed RawValue.