[][src]Trait ena::sql::RowFrom

pub trait RowFrom<'a>: FromSql<'a> + FromValue { }

Implementations on Foreign Types

impl<'a> RowFrom<'a> for String[src]

impl<'a> RowFrom<'a> for Option<Vec<u8>>[src]

impl<'a> RowFrom<'a> for Option<String>[src]

impl<'a> RowFrom<'a> for i64[src]

Implementors