pub trait ContextType { }
Expand description

Trait that marks data as Context, that can be used inside MetaDataType and ContentType methods.

Implementors