sqlx-core 0.2.6

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
1
2
3
pub trait Encode {
    fn encode(&self, buf: &mut Vec<u8>);
}