Trait backstage::actor::Appsthrough[][src]

pub trait Appsthrough<B: ThroughType>: for<'de> Deserialize<'de> + Serialize + Send + 'static {
    fn get_app_name(&self) -> &str;
fn try_get_my_event(self) -> Result<B::Through, Self>; fn is_self(&self, my_app_name: &str) -> bool { ... } }

Required methods

fn get_app_name(&self) -> &str[src]

fn try_get_my_event(self) -> Result<B::Through, Self>[src]

Loading content...

Provided methods

fn is_self(&self, my_app_name: &str) -> bool[src]

Loading content...

Implementors

Loading content...