Docs.rs
tauri-plugin-posthog-0.1.1
tauri-plugin-posthog 0.1.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ahonn
Dependencies
chrono ^0.4
normal
machine-uid ^0.5
normal
parking_lot ^0.12
normal
posthog-rs ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
tauri ^2
normal
thiserror ^2
normal
tauri-plugin ^2.4.0
build
Versions
6.67%
of the crate is documented
Go to latest version
Platform
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
PostHogExt
tauri_
plugin_
posthog
0.1.1
Post
HogExt
Required Methods
posthog
Implementors
In crate tauri_
plugin_
posthog
tauri_plugin_posthog
Trait
Post
HogExt
Copy item path
Source
pub trait PostHogExt<R:
Runtime
> { // Required method fn
posthog
(&self) -> &PostHogClientWrapper; }
Required Methods
§
Source
fn
posthog
(&self) -> &PostHogClientWrapper
Implementors
§
Source
§
impl<R:
Runtime
, T:
Manager
<R>>
PostHogExt
<R> for T