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;
}

Required Methods§

source

fn name(&self) -> &'static str

source

fn attrs(&self) -> &Attributes

source

fn mut_attrs(&mut self) -> &mut Attributes

Implementors§