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