pub trait PublishModel: PublishModelPrivate + Sealed { }Expand description
Defines how the metrics related to an event are published for reporting purposes.
For more information, refer to either the crate-level documentation or the
documentation of Event.
This trait is sealed and can only be implemented in the nm crate.