[][src]Trait quaint::connector::GetRow

pub trait GetRow {
    fn get_result_row(&self) -> Result<Vec<ParameterizedValue<'static>>>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl GetRow for PostgresRow[src]

impl<'a> GetRow for SqliteRow<'a>[src]

Loading content...

Implementors

Loading content...