pub type StorageFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, StorageError>> + Send + 'a>>;
#[repr(transparent)]pub struct StorageFuture<'a, T> { /* private fields */ }