pub fn decode_web_mount(
symbols: &ArtifactSymbols,
) -> Result<Option<BundleMountMeta>>Expand description
Decode the web mount — the single mount a project field marks as a
toolchain-produced frontend — from an artifact’s symbol table.
§Errors
Returns an error when a mount payload does not decode or two mounts claim a frontend project.