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.

Required Methods

Implementations on Foreign Types

Implementors