// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
use crateStorageBackend;
/// `BatchBuilder` trait extends the `StorageBackend` with batch builder functionality; therefore it should be
/// explicitly implemented for the corresponding `StorageBackend`.
/// `Batch<K, V>` trait extends the `StorageBackend` with batch operations for the (key: K, value: V) pair;
/// therefore, it should be explicitly implemented for the corresponding `StorageBackend`.