pub unsafe trait LARightUI:
ClassType
+ Sized
+ Sealed { }
Available on crate feature
LARight_UI
only.Expand description
Category “UI” on LARight
.
Groups methods that control aspects of the UI used for authorizing a right
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.