Trait anansi_core::forms::Widget
source · pub trait Widget: Display {
// Required methods
fn name(&self) -> &'static str;
fn attrs(&self) -> &Attributes;
fn mut_attrs(&mut self) -> &mut Attributes;
}pub trait Widget: Display {
// Required methods
fn name(&self) -> &'static str;
fn attrs(&self) -> &Attributes;
fn mut_attrs(&mut self) -> &mut Attributes;
}