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