Trait quaint::connector::TakeRow

source ·
pub trait TakeRow {
    // Required method
    fn take_result_row(&mut self) -> Result<Vec<Value<'static>>>;
}

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl TakeRow for Row

source§

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

Implementors§