[][src]Trait seed_style_preview::CssTextIndentTrait

pub trait CssTextIndentTrait {
    fn text_indent<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTextIndent>
; }

Required methods

fn text_indent<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTextIndent>, 

Loading content...

Implementors

impl CssTextIndentTrait for Style[src]

Loading content...