pub trait FromValue {
// Required method
fn serialize(&self, to: &mut dyn Write) -> Result<()>;
}
Expand description
This trait is implemented for the numeric types that Sonnerie supports.
Sonnerie’s API accepts this type in places where any column value is acceptable. (The server checks for compatibility)