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
pub trait SourceError: Error {
// Required method
fn debug_symbol(&self) -> Option<&DebugSymbol>;
}
trait for syntax or compile errors that are directly related to a piece of source code