Re-exports§
pub use self::natural::*;
Modules§
- cloneable
- closeable
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- generic
- natural
- queryable
- wire
- wire_
optional
Structs§
- Cloneable
- The type corresponding to the Cloneable protocol. Provides a means of duplicating a connection.
- Closeable
- The type corresponding to the Closeable protocol. Provides a means of synchronously closing a connection.
- Queryable
- The type corresponding to the Queryable protocol. Provides a means of identifying a type-erased protocol.
Traits§
- Cloneable
Client Handler - A client handler for the Cloneable protocol.
- Cloneable
Server Handler - A server handler for the Cloneable protocol.
- Closeable
Client Handler - A client handler for the Closeable protocol.
- Closeable
Server Handler - A server handler for the Closeable protocol.
- Queryable
Client Handler - A client handler for the Queryable protocol.
- Queryable
Server Handler - A server handler for the Queryable protocol.