vfs

Module node

Source
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§

Traits§

  • All nodes must implement this trait.