Macro silkenweb::parent_element

source ·
macro_rules! parent_element {
    ($name:ident) => { ... };
}
Expand description

Add child and text methods to an html element.

See custom_html_element for a complete example of defining an html element.