Trait SourceError

Source
pub trait SourceError: Error {
    // Required method
    fn debug_symbol(&self) -> Option<&DebugSymbol>;
}
Expand description

trait for syntax or compile errors that are directly related to a piece of source code

Required Methods§

Implementors§