pub type DependencyToken = Event;
Expand description

A token that represents the right to add a dependency upon another element. Should first be registered with Power Broker via ElementControl.RegisterDependencyToken of the required element.

Aliased Type§

struct DependencyToken(/* private fields */);