Crate iced_layershell_macros

Source

Attribute Macros§

  • 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.

Derive Macros§

  • WindowInfoMarker, it is a derive to mark the WIndowInfo of MultiApplication. There are two attributes: singleton and main Singleton is used to mark the window can only exist once, main is used to get the id of the main window