Expand description
Implementation of a (limited) node connection.
Structs§
- Connection
- Represents a FIDL (limited) node connection.
- Node
Options - Open
Node - This struct is a RAII wrapper around a node that will call close() on it when dropped.
Constants§
- POSIX_
READ_ WRITE_ PROTECTION_ ATTRIBUTES - POSIX emulation layer access attributes for all services created with service().
Traits§
- Node
- All nodes must implement this trait.