Expand description
KAS macros
This crate extends impl-tools
.
Macros§
- aligned_
column - Make an aligned column widget
- aligned_
row - Make an aligned row widget
- cell_
collection - Generate an anonymous struct which implements
kas::CellCollection
- collection
- Generate an anonymous struct which implements
kas::Collection
- column
- Make a column widget
- float
- Make a float widget
- grid
- Make a grid widget
- impl_
anon - Construct a single-instance struct
- impl_
scope - Scope supporting
impl Self
and advanced attribute macros - list
- Make a list widget
- row
- Make a row widget
- widget_
index - Index of a child widget
Attribute Macros§
- autoimpl
- A variant of the standard
derive
macro - extends
- A trait implementation is an extension over some base
- impl_
default - Implement
Default
- widget
- Attribute to implement the
kas::Widget
family of traits