pub fn content_references<S: Store>(
store: &S,
root: &TypedContentRoot,
) -> Result<Vec<TypedContentRoot>, Error>Expand description
Load one authenticated object and return its exact, deterministic typed reference list without recursively walking descendants.