Trait workflow_html::ElementDefaults
source · pub trait ElementDefaults {
fn _get_attributes(&self) -> String;
fn _get_children(&self) -> String;
fn get_attributes(&self) -> String { ... }
fn get_children(&self) -> String { ... }
}