[][src]Trait seed_style_preview::CssContentTrait

pub trait CssContentTrait {
    fn content_normal(self) -> Style;
fn content_none(self) -> Style;
fn content_open_quote(self) -> Style;
fn content_close_quote(self) -> Style;
fn content_no_open_quote(self) -> Style;
fn content_no_close_quote(self) -> Style;
fn content<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssContent>
; }

Required methods

fn content_normal(self) -> Style

fn content_none(self) -> Style

fn content_open_quote(self) -> Style

fn content_close_quote(self) -> Style

fn content_no_open_quote(self) -> Style

fn content_no_close_quote(self) -> Style

fn content<T>(self, val: T) -> Style where
    T: UpdateStyle<CssContent>, 

Loading content...

Implementors

impl CssContentTrait for Style[src]

Loading content...