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§

Implementations on Foreign Types§

Implementors§