[][src]Trait seed_style_preview::CssShapeMarginTrait

pub trait CssShapeMarginTrait {
    fn shape_margin<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssShapeMargin>
; }

Required methods

fn shape_margin<T>(self, val: T) -> Style where
    T: UpdateStyle<CssShapeMargin>, 

Loading content...

Implementors

impl CssShapeMarginTrait for Style[src]

Loading content...