Module async_db

Source
Expand description

Async database interface.

Structs§

WrapDatabaseAsync
Wraps a DatabaseAsync or DatabaseAsyncRef to provide a Database implementation.

Traits§

DatabaseAsync
The async EVM database interface
DatabaseAsyncRef
The async EVM database interface