Trait coreutils_module::Module[][src]

pub trait Module: Sync + Send {
    fn init(&self);
fn start(&self); }

Required Methods

Implementors