pub trait Decode<'r>: Type<Any> + Decode<'r, Any> { }
Something which can be decoded from a Row’s cell.
Row