from_row

Function from_row 

Source
pub fn from_row<'a, T>(row: &'a [u8]) -> <T as Row<'a>>::ReadResult
where T: Row<'a>,