pub trait StaticRefDefault: 'static {
const STATIC_REF_DEFAULT: &'static Self;
}
Required Associated Constants§
const STATIC_REF_DEFAULT: &'static Self
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.