Trait silkenweb::dom::InstantiableDom

source ·
pub trait InstantiableDom: Dom + InstantiableDom { }
Expand description

A DOM that can be instantiated from a Template DOM.

Object Safety§

This trait is not object safe.

Implementors§