Trait MixpanelExt

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§