Struct warn::RevMap [] [src]

pub struct RevMap<'a, WF, WT, W: Warn<WT> + 'a, F: FnMut(WF) -> WT> { /* fields omitted */ }

Helper struct for the rev_map function.

Trait Implementations

impl<'a, WF, WT, W: Warn<WT>, F: FnMut(WF) -> WT> Warn<WF> for RevMap<'a, WF, WT, W, F>
[src]

This method is the receiver of the warnings.