[][src]Trait seed_style_preview::CssRawTrait

pub trait CssRawTrait {
    fn raw<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssRaw>
; }

Required methods

fn raw<T>(self, val: T) -> Style where
    T: UpdateStyle<CssRaw>, 

Loading content...

Implementors

impl CssRawTrait for Style[src]

Loading content...