Function bson::ser::to_document[][src]

pub fn to_document<T: ?Sized>(value: &T) -> Result<Document> where
    T: Serialize

Encode a T Serializable into a BSON Document.