Struct warn::Wrap [] [src]

pub struct Wrap<WT, W: Warn<WT>> { /* fields omitted */ }

Helper struct for the wrap function.

Trait Implementations

impl<WT, WF: Into<WT>, W: Warn<WT>> Warn<WF> for Wrap<WT, W>
[src]

This method is the receiver of the warnings.