pub trait Encode {
    fn encode(self, args: &mut Vec<SqliteArgumentValue>) -> Result<IsNull, Error>;
}

Required Methods

Implementations on Foreign Types

Implementors