Type Alias reth_revm::handler::post_execution::ClearHandle

pub type ClearHandle<'a, EXT, DB> = Arc<dyn Fn(&mut Context<EXT, DB>) + 'a>;
Expand description

Clear handle, doesn’t have output, its purpose is to clear the context. It will always be called even on failed validation.

Aliased Type§

struct ClearHandle<'a, EXT, DB> { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes