Skip to main content

content_references_async

Function content_references_async 

Source
pub async fn content_references_async<S: AsyncStore>(
    store: &S,
    root: &TypedContentRoot,
) -> Result<Vec<TypedContentRoot>, Error>
where S::Error: Send + Sync,
Expand description

Load one authenticated object and return its typed references through AsyncStore.