Trait syncbox::TaskBox [] [src]

pub trait TaskBox: Send + 'static {
    fn run_boxes(self: Box<Self>);
}

Required Methods

fn run_boxes(self: Box<Self>)

Implementors