Docs.rs
iced_layershell_macros-0.13.7
iced_layershell_macros 0.13.7
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
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
Crate iced_layershell_macros
iced_
layershell_
macros
0.13.7
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.