pub trait Encode {
// Required method
fn encode(self, buf: &mut PgArgumentBuffer) -> Result<IsNull, Error>;
}Required Methods§
Implementations on Foreign Types§
Source§impl Encode for BigDecimal
§Panics
If this BigDecimal cannot be represented by PgNumeric.
impl Encode for BigDecimal
§Panics
If this BigDecimal cannot be represented by PgNumeric.