Skip to main content

inspect_selfdestruct

Function inspect_selfdestruct 

Source
fn inspect_selfdestruct<CTX, IT>(
    context: &mut CTX,
    inspector: &mut impl Inspector<CTX, IT>,
)
where CTX: ContextTr<Journal: JournalExt> + Host, IT: InterpreterTypes,