Expand description
KAS macros
This crate extends impl-tools.
Macros§
- cell_
collection - Generate an anonymous struct which implements
kas::CellCollection - collection
- Generate an anonymous struct which implements
kas::Collection - impl_
anon - Construct a single-instance struct
- impl_
scope - Scope supporting
impl Selfand advanced attribute macros - widget_
index - Index of a child widget
Attribute Macros§
- autoimpl
- A variant of the standard
derivemacro - derive_
widget - Derive the
Widgetfamily of traits - extends
- A limited form of class inheritance
- impl_
default - Implement
Default - impl_
self - Implement a type with
impl Selfsyntax - layout
- Provide a default implementation of the
Layouttrait for a widget - widget
- Attribute to implement the
kas::Widgetfamily of traits