pub trait FirebaseMapValue { // Required method fn to_string(&self) -> String; }
Trait to convert a value into a String.