pub fn from_document<T>(d: Document) -> Result<T, Error> where
    T: DeserializeOwned
Expand description

Convert a document into T.