MixpanelExt

Trait MixpanelExt 

Source
pub trait MixpanelExt {
    // Required methods
    fn mixpanel(&self) -> State<'_, MixpanelState>;
    fn try_mixpanel(&self) -> Option<State<'_, MixpanelState>>;
}

Required Methods§

Source

fn mixpanel(&self) -> State<'_, MixpanelState>

Source

fn try_mixpanel(&self) -> Option<State<'_, MixpanelState>>

Implementations on Foreign Types§

Source§

impl<R: Runtime> MixpanelExt for AppHandle<R>

Source§

fn mixpanel(&self) -> State<'_, MixpanelState>

Source§

fn try_mixpanel(&self) -> Option<State<'_, MixpanelState>>

Implementors§