pub trait RoleClaim: BlockingScalar + Default { }Expand description
A message that claims a privileged role. Restricts crate::GuiApi::register_with_role
to the role-claim messages, so it can’t be used to send arbitrary scalars.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.