pub type MetaWarning<M> = Meta<Warning, M>;
Expand description

Located warning.

Aliased Type§

struct MetaWarning<M>(pub Warning, pub M);

Fields§

§0: Warning§1: M