[][src]Trait isaribi::styled::Styled

pub trait Styled: Constructor {
    pub fn style() -> Style;
pub fn render(&self, children: Vec<Html>) -> Html; pub fn styled(&self, children: Vec<Html>) -> Html { ... }
pub fn class(class_name: &str) -> String { ... } }

Required methods

pub fn style() -> Style[src]

pub fn render(&self, children: Vec<Html>) -> Html[src]

Loading content...

Provided methods

pub fn styled(&self, children: Vec<Html>) -> Html[src]

pub fn class(class_name: &str) -> String[src]

Loading content...

Implementors

Loading content...