Type Alias revm::db::states::state::DBBox

source ·
pub type DBBox<'a, E> = Box<dyn Database<Error = E> + Send + 'a>;
Expand description

Database boxed with a lifetime and Send.

Aliased Type§

struct DBBox<'a, E>(/* private fields */);