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 */);