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