Skip to main content

LogicError

Trait LogicError 

Source
pub trait LogicError {
    const LG001: CompileErrorTemplate<{ _ }>;
    const LG002: CompileErrorTemplate<{ _ }>;
    const LG003: CompileErrorTemplate<{ _ }>;
    const LG004: CompileErrorTemplate<{ 1 }>;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl LogicError for CompileError

Implementors§