Expand description
Implementations of a service endpoint.
Structs§
- Represents a node in the file system that hosts a service. Opening a connection to this node will switch to FIDL protocol that is different from the file system protocols, described in fuchsia.io. See there for additional details.
Traits§
- Objects that behave like services should implement this trait.
Functions§
- Constructs a node in your file system that will host a service.
- Constructs a node in your file system that will host a service that implements a statically specified FIDL protocol.
ServerRequestStream
specifies the type of the server side of this protocol. - Helper to open a service or node as required.