[][src]Trait quaint::connector::TakeRow

pub trait TakeRow {
    fn take_result_row(&mut self) -> Result<Vec<ParameterizedValue<'static>>>;
}

Required methods

fn take_result_row(&mut self) -> Result<Vec<ParameterizedValue<'static>>>

Loading content...

Implementations on Foreign Types

impl TakeRow for Row[src]

Loading content...

Implementors

Loading content...