azul_css

Trait FormatAsCssValue

Source
pub trait FormatAsCssValue {
    // Required method
    fn format_as_css_value(&self, f: &mut Formatter<'_>) -> Result;
}

Required Methods§

Source

fn format_as_css_value(&self, f: &mut Formatter<'_>) -> Result

Implementors§

Source§

impl FormatAsCssValue for LayoutBottom

Source§

impl FormatAsCssValue for LayoutFlexGrow

Source§

impl FormatAsCssValue for LayoutFlexShrink

Source§

impl FormatAsCssValue for LayoutHeight

Source§

impl FormatAsCssValue for LayoutLeft

Source§

impl FormatAsCssValue for LayoutMarginBottom

Source§

impl FormatAsCssValue for LayoutMarginLeft

Source§

impl FormatAsCssValue for LayoutMarginRight

Source§

impl FormatAsCssValue for LayoutMarginTop

Source§

impl FormatAsCssValue for LayoutMaxHeight

Source§

impl FormatAsCssValue for LayoutMaxWidth

Source§

impl FormatAsCssValue for LayoutMinHeight

Source§

impl FormatAsCssValue for LayoutMinWidth

Source§

impl FormatAsCssValue for LayoutPaddingBottom

Source§

impl FormatAsCssValue for LayoutPaddingLeft

Source§

impl FormatAsCssValue for LayoutPaddingRight

Source§

impl FormatAsCssValue for LayoutPaddingTop

Source§

impl FormatAsCssValue for LayoutRight

Source§

impl FormatAsCssValue for LayoutTop

Source§

impl FormatAsCssValue for LayoutWidth

Source§

impl FormatAsCssValue for PixelValue

Source§

impl FormatAsCssValue for StyleBorderBottomLeftRadius

Source§

impl FormatAsCssValue for StyleBorderBottomRightRadius

Source§

impl FormatAsCssValue for StyleBorderBottomWidth

Source§

impl FormatAsCssValue for StyleBorderLeftWidth

Source§

impl FormatAsCssValue for StyleBorderRightWidth

Source§

impl FormatAsCssValue for StyleBorderTopLeftRadius

Source§

impl FormatAsCssValue for StyleBorderTopRightRadius

Source§

impl FormatAsCssValue for StyleBorderTopWidth

Source§

impl FormatAsCssValue for StyleFontSize

Source§

impl FormatAsCssValue for StyleLetterSpacing

Source§

impl FormatAsCssValue for StyleLineHeight

Source§

impl FormatAsCssValue for StyleTabWidth

Source§

impl FormatAsCssValue for StyleWordSpacing