Trait poolite::IntoTask [] [src]

pub trait IntoTask {
    fn into_task(self) -> Task;
}

To avoid call Box::new() manually by user

Required Methods

Implementors