Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Implementors

Database is a wrapper around Database it prevents any future calls in case a corruption occurs. ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/database/corruptabledb#Database

Database is an ephemeral key-value store that implements the Database interface. ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/database/memdb#Database

DatabaseClient is an implementation of Database that talks over RPC. ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/database/rpcdb#DatabaseClient