[][src]Trait seed_style_preview::CssCaptionSideTrait

pub trait CssCaptionSideTrait {
    fn caption_side_top(self) -> Style;
fn caption_side_bottom(self) -> Style;
fn caption_side<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssCaptionSide>
; }

Required methods

fn caption_side_top(self) -> Style

fn caption_side_bottom(self) -> Style

fn caption_side<T>(self, val: T) -> Style where
    T: UpdateStyle<CssCaptionSide>, 

Loading content...

Implementors

impl CssCaptionSideTrait for Style[src]

Loading content...