Function firestore_document_from_serializable

Source
pub fn firestore_document_from_serializable<S, T>(
    document_path: S,
    object: &T,
) -> Result<Document, FirestoreError>
where S: AsRef<str>, T: Serialize,