pub fn from_document<T>(d: impl Into<Deserializer>) -> Result<T, Error>where
T: DeserializeOwned,Available on crate feature
serde only.Expand description
Convert a DocumentMut into T.
pub fn from_document<T>(d: impl Into<Deserializer>) -> Result<T, Error>where
T: DeserializeOwned,serde only.Convert a DocumentMut into T.