[][src]Trait seed_style_preview::CssBorderImageWidthTrait

pub trait CssBorderImageWidthTrait {
    fn border_image_width<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderImageWidth>
; }

Required methods

fn border_image_width<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderImageWidth>, 

Loading content...

Implementors

impl CssBorderImageWidthTrait for Style[src]

Loading content...