Module node

Source
Expand description

Implementation of a (limited) node connection.

Structs§

Connection
Represents a FIDL (limited) node connection.
NodeOptions
OpenNode
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.