pub trait WarningHandler<N, M>: Handler<N, MetaWarning<M>> { }

Implementors