pub trait AnyThread: Sealed { }
Expand description

Represents a privilege to execute functions which are safe to execute from any thread.

Implementors