Trait bee_storage::access::Delete [−][src]
Expand description
Delete<K, V> trait extends the StorageBackend with delete operation for the (key: K, value: V) pair;
therefore, it should be explicitly implemented for the corresponding StorageBackend.