risingwave_storage::store

Trait Alias StorageFuture

source
trait StorageFuture<'a, T> = Future<Output = StorageResult<T>>
    + Send
    + 'a;