Module dev

Source
Expand description

traits for extending functionalities through external crate

Re-exports§

pub use crate::copy::Copy;

Structs§

Response

Traits§

ClientBorrowMut
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.
IntoResponse
trait for generic over how to construct an async stream rows
Prepare
trait generic over preparing statement and canceling of prepared statement
Query
trait generic over api used for querying with typed prepared statement.