[][src]Trait seed_style_preview::CssBorderTopLeftRadiusTrait

pub trait CssBorderTopLeftRadiusTrait {
    fn border_top_left_radius<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderTopLeftRadius>
; }

Required methods

fn border_top_left_radius<T>(self, val: T) -> Style where
    T: UpdateStyle<CssBorderTopLeftRadius>, 

Loading content...

Implementors

impl CssBorderTopLeftRadiusTrait for Style[src]

Loading content...