Trait AllowFutureExt

Source
pub trait AllowFutureExt: Future {
    // Provided method
    fn allow<W: Warning + ?Sized>(self) -> AllowFuture<Self> 
       where Self: Sized { ... }
}

Provided Methods§

Source

fn allow<W: Warning + ?Sized>(self) -> AllowFuture<Self>
where Self: Sized,

Allow a lint while a future is running

Implementors§