StorageFuture

Trait Alias StorageFuture 

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