pub async fn load_named_content_root_async<S>(
store: &S,
name: &[u8],
) -> Result<Option<ContentRootPublication>, Error>where
S: AsyncStore + AsyncManifestStore,
<S as AsyncStore>::Error: Send + Sync,
<S as AsyncManifestStore>::Error: Send + Sync,Expand description
Load and validate a named typed content root through async storage.