pub const WIRE_DOMAIN: &str = "ai.bytesandbrains.wire";Expand description
Wire-op domain - every NodeProto with this domain is a wire op.
wire.Send is the only user-authored op; wire.Recv is
synthesized by super::synthesize_wire_recvs::synthesize_wire_recvs.