Trait silkenweb::node::ChildNode

source ·
pub trait ChildNode<D: Dom = DefaultDom>: Into<Node<D>> + Value + 'static { }
Expand description

Trait alias for nodes that can be used as a child

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<D: Dom, T: Into<Node<D>> + Value + 'static> ChildNode<D> for T