Docs.rs
tauri-plugin-frame-1.1.6
tauri-plugin-frame 1.1.6
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
clarifei
Dependencies
eyre ^0.6
normal
os_info ^3.13.0
normal
serde ^1
normal
serde_json ^1
normal
tauri ^2
normal
tauri-plugin ^2
build
enigo ^0.6
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
FrameExt
tauri_
plugin_
frame
1.1.6
Frame
Ext
Required Methods
frame
Implementors
In crate tauri_
plugin_
frame
tauri_plugin_frame
Trait
Frame
Ext
Copy item path
Source
pub trait FrameExt<R:
Runtime
> { // Required method fn
frame
(&self) -> &
Frame
<R>; }
Required Methods
§
Source
fn
frame
(&self) -> &
Frame
<R>
Implementors
§
Source
§
impl<R:
Runtime
, T:
Manager
<R>>
FrameExt
<R> for T