[][src]Trait disrustor::Runnable

pub trait Runnable: Send {
    fn run(self: Box<Self>);
}

Required methods

fn run(self: Box<Self>)

Loading content...

Implementors

Loading content...