Module prelude

Module prelude 

Source

Structs§

Binder
The type corresponding to the Binder protocol. A framework-provided protocol that allows components that use it to bind to the component that exposes it. The act of connecting to this protocol will trigger the bind. Thus, this protocol contains no methods. For more details on binding, see https://fuchsia.dev/fuchsia-src/concepts/components/v2/lifecycle#binding.

Traits§

BinderClientHandler
A client handler for the Binder protocol.
BinderServerHandler
A server handler for the Binder protocol.