Docs.rs
iced_layershell_macros-0.13.6
iced_layershell_macros 0.13.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Decodetalkers
Dependencies
darling ^0.20.10
normal
manyhow ^0.11.4
normal
proc-macro2 ^1.0.89
normal
quote ^1.0.37
normal
syn ^2.0.87
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
iced_
layershell_
macros
0.13.6
All Items
Crate Items
Attribute Macros
Crate
iced_layershell_macros
Copy item path
Source
Attribute Macros
ยง
to_
layer_
message
to_layer_message is to convert a normal enum to the enum usable in iced_layershell It impl the try_into trait for the enum and make it can be convert to the actions in layershell.