Function mysql::value::from_row [] [src]

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

Will panic if could not convert row to T.