fidl_fuchsia_component_sandbox

Type Alias Token

Source
pub type Token = EventPair;
Expand description

A token represents a bedrock object. Tokens are reference counted, dropping all counts of the token removes the object.

Aliased Typeยง

struct Token(/* private fields */);