pub trait LogicError {
const LG001: CompileErrorTemplate<{ _ }>;
const LG002: CompileErrorTemplate<{ _ }>;
const LG003: CompileErrorTemplate<{ _ }>;
const LG004: CompileErrorTemplate<{ 1 }>;
}Required Associated Constants§
const LG001: CompileErrorTemplate<{ _ }>
const LG002: CompileErrorTemplate<{ _ }>
const LG003: CompileErrorTemplate<{ _ }>
const LG004: CompileErrorTemplate<{ 1 }>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".