Trait seed::dom_types::UpdateEl

source ·
pub trait UpdateEl<T> {
    fn update(self, el: &mut T);
}
Expand description

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

Required Methods

Implementations on Foreign Types

Implementors