Crate fidl_next_fuchsia_unknown

Source

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.
CloneableCloneRequest
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.
QueryableQueryResponse
WireCloneableCloneRequest
The wire type corresponding to CloneableCloneRequest.
WireQueryableQueryResponse
The wire type corresponding to QueryableQueryResponse.

Traits§

CloneableClientHandler
A client handler for the Cloneable protocol.
CloneableClientSender
A helper trait for the Cloneable client sender.
CloneableServerHandler
A server handler for the Cloneable protocol.
CloneableServerSender
A helper trait for the Cloneable server sender.
CloseableClientHandler
A client handler for the Closeable protocol.
CloseableClientSender
A helper trait for the Closeable client sender.
CloseableServerHandler
A server handler for the Closeable protocol.
CloseableServerSender
A helper trait for the Closeable server sender.
QueryableClientHandler
A client handler for the Queryable protocol.
QueryableClientSender
A helper trait for the Queryable client sender.
QueryableServerHandler
A server handler for the Queryable protocol.
QueryableServerSender
A helper trait for the Queryable server sender.

Type Aliases§

CloseableCloseResponse
WireCloseableCloseResponse
The wire type corresponding to CloseableCloseResponse.