Macro zng_app::widget::builder::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.