pub trait IntoRow<'a> {
// Required method
fn into_row(self) -> TokenRow<'a>;
}
Expand description
create a TokenRow from list of values
pub trait IntoRow<'a> {
// Required method
fn into_row(self) -> TokenRow<'a>;
}
create a TokenRow from list of values