[go: up one dir, main page]

Function to_lazyvalue

Source
pub fn to_lazyvalue<T>(value: &T) -> Result<OwnedLazyValue>
where T: ?Sized + Serialize,
Expand description

Serialize the given data structure as a OwnedLazyValue of JSON.