pub trait UpdateEl<Ms> {
    fn update_el(self, el: &mut El<Ms>);
}
Expand description

UpdateEl is used to distinguish arguments in element-creation macros, and handle each type appropriately.

Required methods

Implementations on Foreign Types

Implementors

This is intended only to be used for the custom! element macro.