|
@@ -441,6 +441,12 @@ impl<'a> IntoDynNode<'a> for VNode<'a> {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+impl<'a> IntoDynNode<'a> for DynamicNode<'a> {
|
|
|
|
+ fn into_vnode(self, _cx: &'a ScopeState) -> DynamicNode<'a> {
|
|
|
|
+ self
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
// An element that's an error is currently lost into the ether
|
|
// An element that's an error is currently lost into the ether
|
|
impl<'a> IntoDynNode<'a> for Element<'a> {
|
|
impl<'a> IntoDynNode<'a> for Element<'a> {
|
|
fn into_vnode(self, _cx: &'a ScopeState) -> DynamicNode<'a> {
|
|
fn into_vnode(self, _cx: &'a ScopeState) -> DynamicNode<'a> {
|