[][src]Function mysql_async::from_row

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

Will panic if could not convert row to T.