Struct fluid_parser::ast::Widget
source · pub struct Widget {
pub typ: String,
pub name: String,
pub props: WidgetProps,
pub children: Vec<Widget>,
}Fields§
§typ: String§name: String§props: WidgetProps§children: Vec<Widget>