pub fn attached(
document: Document,
assets: &dyn AssetSource,
) -> Result<Document, AssetFault>Expand description
Put back every payload document references, out of the one place
bytes live.
ยงErrors
AssetFault for a payload the store cannot hand back, or hands back
under a hash that is not its own.