Struct ark_api::storage::OpenAsyncStorePromise
source · pub struct OpenAsyncStorePromise { /* private fields */ }Expand description
A handle to an async-open sync-store operation.
Implementations§
source§impl OpenAsyncStorePromise
impl OpenAsyncStorePromise
sourcepub fn try_take(self) -> Result<AsyncStore, Self>
pub fn try_take(self) -> Result<AsyncStore, Self>
Try to consume the handle into the final store, once it’s done loading.