Struct kailua_diag::report::TrackMaxKind [] [src]

pub struct TrackMaxKind<R: Report> { /* fields omitted */ }

A wrapper for Report implementations that also tracks the most severe message category.

Methods

impl<R: Report> TrackMaxKind<R>
[src]

Trait Implementations

impl<R: Report> Report for TrackMaxKind<R>
[src]