[][src]Trait gstore::store::LifecycleAction

pub trait LifecycleAction {
    pub fn is_stop(&self) -> bool;
pub fn is_start(&self) -> bool; }

Actions need to implement this trait so gstore can determine whether to notify, when the application was started or stopped.

Required methods

pub fn is_stop(&self) -> bool[src]

pub fn is_start(&self) -> bool[src]

Loading content...

Implementors

Loading content...