Docs.rs
tauri-plugin-decor-1.0.1
tauri-plugin-decor 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
feos7c5
Dependencies
eyre ^0.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
tauri ^2
normal
tauri-plugin ^2
build
linicon ^2.3.0
normal
cocoa ^0.25
normal
objc ^0.2
normal
rand ^0.8
normal
enigo ^0.2
normal
windows-version ^0.1
normal
Versions
0%
of the crate is documented
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
Skip to main content
DecorExt
tauri_
plugin_
decor
1.0.1
Decor
Ext
Required Methods
decor
Implementors
In crate tauri_
plugin_
decor
tauri_plugin_decor
Trait
Decor
Ext
Copy item path
Source
pub trait DecorExt<R:
Runtime
> { // Required method fn
decor
(&self) -> &
Decor
<R>; }
Required Methods
§
Source
fn
decor
(&self) -> &
Decor
<R>
Implementors
§
Source
§
impl<R:
Runtime
, T:
Manager
<R>>
DecorExt
<R> for T