pub trait ToValue {
    fn to_value(&self) -> Value;
}
Expand description

A trait to allow passing of parameters ergonomically in em.execute_sql_with_return

Required Methods

Trait Implementations

Converts to this type from the input type.

Implementations on Foreign Types

Implementors