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