DLRFSingleton

Trait DLRFSingleton 

Source
pub trait DLRFSingleton {
    const DLRF_NAME: &'static str;
}
Expand description

Used to denote DLRF reflection names for singletons.

Required Associated Constants§

Source

const DLRF_NAME: &'static str

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.

Implementors§