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
- widget_
set_ rect - Macro to set the
rectstored in the widget core
Attribute Macros§
- autoimpl
- A variant of the standard
derivemacro - derive_
widget - Derive the
Widgetfamily of traits - extends
- A trait implementation is an extension over some base
- 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