IntoFirebaseMap

Trait IntoFirebaseMap 

Source
pub trait IntoFirebaseMap {
    // Required method
    fn as_map(&self) -> FirebaseMap;
}
Expand description

Trait to convert a struct into a FirebaseMap.

Required Methods§

Implementors§