pub trait DecodeOwned: for<'r> Decode<'r> { }
Something which can be decoded from a Row’s cell without borrowing.
Row