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