pub trait Scope:
FromStr
+ PartialEq
+ Hierarchized { }Expand description
A trait implemented by types representing a scope.
The FromStr implementation is used to parse scopes
from strings.
The Hierarchized trait is only required with the hierarchy
feature.
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.