pub trait FunctionDecompilerErrorDetails {
// Required methods
fn context(&self) -> &FunctionDecompilerErrorContext;
fn backtrace(&self) -> &Backtrace;
fn error_type(&self) -> String;
}
Expand description
A trait to provide details for a function decompiler error
Required Methods§
Sourcefn context(&self) -> &FunctionDecompilerErrorContext
fn context(&self) -> &FunctionDecompilerErrorContext
Get the context for the error
Sourcefn error_type(&self) -> String
fn error_type(&self) -> String
Get the type for the error