pub trait IntoRow<'a> {
    fn into_row(self) -> TokenRow<'a>;
}
Expand description

create a TokenRow from list of values

Required Methods

create a TokenRow from list of values which implements IntoSQL

Implementations on Foreign Types

Implementors