INTROSPECT

Static INTROSPECT 

Source
pub static INTROSPECT: Key<IntrospectAttr>
Expand description

This is a meta-attribute marking a key as part of the HTTP introspection schema.

It carries the public schema metadata used to expose actor and mesh topology attributes through the introspection API.

Keys that should be visible through the introspection HTTP surface should be annotated with this attribute, for example:

@meta(INTROSPECT = IntrospectAttr { name: "...".into(), desc: "...".into() })