Trait bpf_script::error::SemanticsErrorContext
source · pub trait SemanticsErrorContext {
type InnerType;
fn context(&self, line: u32, message: &str) -> Result<Self::InnerType>;
}
pub trait SemanticsErrorContext {
type InnerType;
fn context(&self, line: u32, message: &str) -> Result<Self::InnerType>;
}