Trait biji_ui::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§