[][src]Trait seed_style_preview::CssPerspectiveTrait

pub trait CssPerspectiveTrait {
    fn perspective<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssPerspective>
; }

Required methods

fn perspective<T>(self, val: T) -> Style where
    T: UpdateStyle<CssPerspective>, 

Loading content...

Implementors

impl CssPerspectiveTrait for Style[src]

Loading content...