Trait poolite::Runable [] [src]

pub trait Runable {
    fn call(self: Box<Self>);
}

The Runable trait for FnOnce()

Required Methods

Implementors