Skip to main content

IntoValue

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoValue for Value

Implementors§