Trait SqlValue

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

Required Methods§

Implementations on Foreign Types§

Source§

impl SqlValue for &str

Source§

impl SqlValue for String

Implementors§