Type Alias fidl_fuchsia_component_sandbox::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 */);