StoreConstructor

Type Alias StoreConstructor 

Source
pub type StoreConstructor = Arc<dyn Fn(Arc<IpfsClient>, Arc<Identity>, Box<dyn Address>, NewStoreOptions) -> Pin<Box<dyn Future<Output = Result<Box<dyn Store<Error = GuardianError>>, GuardianError>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct StoreConstructor { /* private fields */ }