Trait Style

Source
pub trait Style {
    // Required method
    fn style(&self) -> String;
}

Required Methods§

Source

fn style(&self) -> String

Implementations on Foreign Types§

Source§

impl Style for &str

Source§

fn style(&self) -> String

Source§

impl Style for Option<String>

Source§

fn style(&self) -> String

Source§

impl Style for String

Source§

fn style(&self) -> String

Implementors§