1/// Used to denote DLRF reflection names for singletons. 2pub trait DLRFSingleton { 3 const DLRF_NAME: &'static str; 4} 5 6pub use dlrf_derive::singleton;