to_document

Function to_document 

Source
pub fn to_document<T>(value: &T) -> Result<Document, SerializationError>
where T: Serialize,