[][src]Trait seed_style_preview::CssBorderTopWidthTrait

pub trait CssBorderTopWidthTrait {
    fn border_top_width_medium(self) -> Style;
fn bt_width_medium(self) -> Style;
fn border_top_width_thin(self) -> Style;
fn bt_width_thin(self) -> Style;
fn border_top_width_thick(self) -> Style;
fn bt_width_thick(self) -> Style;
fn border_top_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderTopWidth>
;
fn bt_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderTopWidth>
; }

Required methods

fn border_top_width_medium(self) -> Style

fn bt_width_medium(self) -> Style

fn border_top_width_thin(self) -> Style

fn bt_width_thin(self) -> Style

fn border_top_width_thick(self) -> Style

fn bt_width_thick(self) -> Style

fn border_top_width<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderTopWidth>, 

fn bt_width<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderTopWidth>, 

Loading content...

Implementors

impl CssBorderTopWidthTrait for Style[src]

Loading content...