zng_app::widget::builder

Macro property_input_types

source
macro_rules! property_input_types {
    ($($tt:tt)*) => { ... };
}
Expand description

Gets the strong input storage types from a property path.

See PropertyInputTypes<Tuple> for more details.

ยงSyntax

  • property::path: Gets the input types for the property function.
  • Self::property: Gets the input types for the property method on the widget.