SyntaxError

Trait SyntaxError 

Source
pub trait SyntaxError {
Show 21 associated constants and 0 method const SY001: CompileErrorTemplate<{ _ }>; const SY002: CompileErrorTemplate<{ 1 }>; const SY003: CompileErrorTemplate<{ _ }>; const SY004: CompileErrorTemplate<{ _ }>; const SY005: CompileErrorTemplate<{ _ }>; const SY006: CompileErrorTemplate<{ _ }>; const SY007: CompileErrorTemplate<{ _ }>; const SY008: CompileErrorTemplate<{ _ }>; const SY009: CompileErrorTemplate<{ _ }>; const SY010: CompileErrorTemplate<{ _ }>; const SY011: CompileErrorTemplate<{ _ }>; const SY012: CompileErrorTemplate<{ _ }>; const SY013: CompileErrorTemplate<{ _ }>; const SY014: CompileErrorTemplate<{ _ }>; const SY015: CompileErrorTemplate<{ _ }>; const SY016: CompileErrorTemplate<{ _ }>; const SY017: CompileErrorTemplate<{ _ }>; const SY018: CompileErrorTemplate<{ _ }>; const SY019: CompileErrorTemplate<{ 1 }>; const SY020: CompileErrorTemplate<{ _ }>; const SY404: CompileErrorTemplate<{ 1 }>;
}

Required Associated Constants§

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.

Implementations on Foreign Types§

Source§

impl SyntaxError for CompileError

Implementors§