Module xitca_postgres::dev

source ·
Expand description

traits for extending functionalities through external crate

Re-exports§

  • pub use crate::copy::Copy;

Traits§

  • super trait to constraint Self and associated types’ trait bounds.
  • a marker trait to confirm a mut reference of Client can be borrowed from self.
  • trait for generic over how to encode a query. this trait can not be implement by library user.
  • trait generic over preparing statement and canceling of prepared statement
  • trait generic over api used for querying with typed prepared statement.