pub trait SqlValue { // Required method fn to_value(self) -> Either<Box<dyn InputParameter>, ()> ⓘ; }