[][src]Trait mrml::mjml::prelude::ComponentWithSizeAttribute

pub trait ComponentWithSizeAttribute: ComponentWithAttributes {
    fn get_size_attribute(&self, name: &str) -> Option<Size> { ... }
}

Provided methods

fn get_size_attribute(&self, name: &str) -> Option<Size>

Loading content...

Implementors

impl ComponentWithSizeAttribute for MJBody[src]

impl ComponentWithSizeAttribute for MJButton[src]

impl ComponentWithSizeAttribute for MJColumn[src]

impl ComponentWithSizeAttribute for MJDivider[src]

impl ComponentWithSizeAttribute for MJHero[src]

impl ComponentWithSizeAttribute for MJImage[src]

Loading content...