Struct warn::Closure [] [src]

pub struct Closure<W, F: FnMut(W)> { /* fields omitted */ }

Helper struct for the closure function.

Trait Implementations

impl<W, F: FnMut(W)> Warn<W> for Closure<W, F>
[src]

This method is the receiver of the warnings.