Modules§
- cloneable
- closeable
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- queryable
Structs§
- Cloneable
- The type corresponding to the Cloneable protocol. Provides a means of duplicating a connection.
- Cloneable
Clone Request - 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.
- Queryable
Query Response - Wire
Cloneable Clone Request - The wire type corresponding to
CloneableCloneRequest
. - Wire
Queryable Query Response - The wire type corresponding to
QueryableQueryResponse
.
Traits§
- Cloneable
Client Handler - A client handler for the Cloneable protocol.
- Cloneable
Client Sender - A helper trait for the
Cloneable
client sender. - Cloneable
Server Handler - A server handler for the Cloneable protocol.
- Cloneable
Server Sender - A helper trait for the
Cloneable
server sender. - Closeable
Client Handler - A client handler for the Closeable protocol.
- Closeable
Client Sender - A helper trait for the
Closeable
client sender. - Closeable
Server Handler - A server handler for the Closeable protocol.
- Closeable
Server Sender - A helper trait for the
Closeable
server sender. - Queryable
Client Handler - A client handler for the Queryable protocol.
- Queryable
Client Sender - A helper trait for the
Queryable
client sender. - Queryable
Server Handler - A server handler for the Queryable protocol.
- Queryable
Server Sender - A helper trait for the
Queryable
server sender.
Type Aliases§
- Closeable
Close Response - Wire
Closeable Close Response - The wire type corresponding to
CloseableCloseResponse
.