Skip to main content

blob_resolver

Function blob_resolver 

Source
pub fn blob_resolver<S>(
    local_store: Arc<S>,
    peer_id: impl Into<String>,
    request_timeout: Duration,
    routing: MeshRoutingConfig,
) -> BlobResolver<S>
where S: Store + Send + Sync + 'static,