pub fn publish_organ_claims(
cx: &mut Cx,
organ: Symbol,
ops: impl IntoIterator<Item = OpKey>,
) -> Result<()>Expand description
Publishes the claims describing an organ: its kind and the ops it provides.
Each claim is inserted once; re-running is idempotent.