Skip to main content

typed

Function typed 

Source
pub fn typed<T: DeserializeOwned>(value: Value) -> Result<T>
Expand description

Decode a document into the type the caller asked for.