pub fn publish_stream_metadata_claims( cx: &mut Cx, stream: Ref, metadata: impl IntoIterator<Item = (Symbol, Ref)>, ) -> Result<()>
Records the stream kind plus the given metadata predicates as facts, once.