pub trait NamesContainer<M: DynamicDataMarker, Variables>: UnstableSealed{
type Container: MaybePayload<M, Variables> + Debug + Clone;
}
Expand description
Trait that associates a container for a payload parameterized by the given variables.
🚧 This trait is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. Do not implement this trait in userland unless you are prepared for things to occasionally break.