Type Alias fidl_fuchsia_io::Token

source ·
pub type Token = Event;
Expand description

The type to identify a connection to a node. It represents a capability: a reference to a node with associated rights.

Aliased Type§

struct Token(/* private fields */);