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