Trait IntoValue

Source
pub trait IntoValue {
    // Required method
    fn into_value(self) -> Result<Value>;
}
Expand description

A Firestore value converter trait.

Required Methods§

Source

fn into_value(self) -> Result<Value>

Convert the value into a Firestore value.

Implementations on Foreign Types§

Source§

impl IntoValue for Value

Implementors§