pubmodinherited;pubmodleaf;pubmodmulti;pubmodsingle;pubmodview;/// You can implement this trait using derive macro `#[derive(WidgetKind)]`.
pubtraitWidgetDerive{/// Assuming this trait was derived through `#[derive(WidgetKind)]` this associated type should be
/// derived automatically by the compiler. This requires that TAIT feature is enabled.
typeWidget<'a>:super::Widget
whereSelf:'a;#[doc(hidden)]typeUniqueTypeId:'static;}