diff --git a/src/persist.rs b/src/persist.rs
index 3750dd3..62eca90 100644
--- a/src/persist.rs
+++ b/src/persist.rs
@@ -219,9 +219,26 @@ where
/// A trait representing a key-value BLOB storage.
pub trait KvBlobStore {
- async fn load<'a>(&self, key: &str, buf: &'a mut [u8]) -> Result