Expand description
traits for extending functionalities through external crate
Re-exports§
pub use crate::copy::Copy;
Structs§
Traits§
- Client
Borrow - super set of
ClientBorrowMuttrait - Client
Borrow Mut - a marker trait to confirm a mut reference of Client can be borrowed from self.
- Encode
- trait for generic over how to encode a query. currently this trait can not be implement by library user.
- Into
Response - trait for generic over how to construct an async stream rows