Skip to main content

Module dev

Module dev 

Source
Expand description

traits for extending functionalities through external crate

Re-exports§

pub use crate::copy::Copy;

Structs§

Response

Traits§

ClientBorrow
super set of ClientBorrowMut trait
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