pub trait ListenerExt: Listener {
    // Provided method
    fn boxed(self) -> BoxListener
       where Self: Sized + 'static { ... }
}

Provided Methods§

source

fn boxed(self) -> BoxListenerwhere Self: Sized + 'static,

Implementors§