Trait akita::ToValue[][src]

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