Docs.rs
tauri-plugin-mixpanel-0.3.0
tauri-plugin-mixpanel 0.3.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ahonn
Dependencies
log ^0.4
normal
machine-uid ^0.5.3
normal
mixpanel-rs ^0.3.0
normal
parking_lot ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
tauri ^2.5.0
normal
tauri-plugin-os ^2.2.1
normal
tempfile ^3.19.1
normal
thiserror ^1.0
normal
tokio ^1.32
normal
uuid ^1.4
normal
tokio ^1
dev
tauri-plugin ^2.2.0
build
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tauri_
plugin_
mixpanel
0.3.0
Mixpanel
Ext
Required Methods
mixpanel
Implementations on Foreign Types
AppHandle<R>
Implementors
In crate tauri_
plugin_
mixpanel
tauri_plugin_mixpanel
Trait
MixpanelExt
Copy item path
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
§