pub trait DLRFSingleton {
const DLRF_NAME: &'static str;
}Expand description
Used to denote DLRF reflection names for singletons.
Required Associated Constants§
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.