Docs.rs
tauri-plugin-m3-0.2.2
tauri-plugin-m3 0.2.2
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
0xk1f0
Dependencies
serde ^1.0
normal
tauri ^2.5.1
normal
thiserror ^2.0
normal
tauri-plugin ^2.2.0
build
Versions
2.08%
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
M3Ext
tauri_
plugin_
m3
0.2.2
M3Ext
Required Methods
m3
Implementors
In crate tauri_
plugin_
m3
tauri_plugin_m3
Trait
M3Ext
Copy item path
Source
pub trait M3Ext<R:
Runtime
> { // Required method fn
m3
(&self) -> &M3<R>; }
Required Methods
§
Source
fn
m3
(&self) -> &M3<R>
Implementors
§
Source
§
impl<R:
Runtime
, T:
Manager
<R>>
M3Ext
<R> for T