[][src]Trait seed_style_preview::CssBorderBottomWidthTrait

pub trait CssBorderBottomWidthTrait {
    fn border_bottom_width_medium(self) -> Style;
fn bb_width_medium(self) -> Style;
fn border_bottom_width_thin(self) -> Style;
fn bb_width_thin(self) -> Style;
fn border_bottom_width_thick(self) -> Style;
fn bb_width_thick(self) -> Style;
fn border_bottom_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderBottomWidth>
;
fn bb_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderBottomWidth>
; }

Required methods

fn border_bottom_width_medium(self) -> Style

fn bb_width_medium(self) -> Style

fn border_bottom_width_thin(self) -> Style

fn bb_width_thin(self) -> Style

fn border_bottom_width_thick(self) -> Style

fn bb_width_thick(self) -> Style

fn border_bottom_width<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderBottomWidth>, 

fn bb_width<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderBottomWidth>, 

Loading content...

Implementors

impl CssBorderBottomWidthTrait for Style[src]

Loading content...