[][src]Trait ra_common::LifeCycle

pub trait LifeCycle {
    fn start(&self);
fn restart(&self);
fn pause(&self);
fn unpause(&self);
fn stop(&self);
fn graceful_stop(&self); }

Required methods

fn start(&self)

fn restart(&self)

fn pause(&self)

fn unpause(&self)

fn stop(&self)

fn graceful_stop(&self)

Loading content...

Implementors

Loading content...