pub trait SplitRole {
const ROLE: &'static str;
}Expand description
A split role. Implemented only by the four zero-sized marker types below.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".