Skip to main content

decode_tagged_row

Function decode_tagged_row 

Source
pub fn decode_tagged_row<Id>(row: &Row) -> Result<GenericEvent<Id>, Error>
where Id: for<'r> Decode<'r, Db> + Type<Db>,