Function mysql_async::from_row [] [src]

pub fn from_row<T: FromRow>(row: Row) -> T

Shortcut for FromRow::from_row. See FromRow documentation.