pub trait Decode { // Required method fn decode(value: MySqlValue) -> Result<Self, Error> where Self: Sized; }