Function mysql::value::from_row_opt  
            
                [−]
            
        [src]
pub fn from_row_opt<T: FromRow>(row: Row) -> MyResult<T>
Will return Err(row) if could not convert row to T
pub fn from_row_opt<T: FromRow>(row: Row) -> MyResult<T>
Will return Err(row) if could not convert row to T