pub trait OutputType { }
Expand description

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

Implementors