pub trait Dom {
type Node: Node;
type JsError: Debug;
type NamespaceResolver: NamespaceResolver<Self::JsError>;
}
pub trait Dom {
type Node: Node;
type JsError: Debug;
type NamespaceResolver: NamespaceResolver<Self::JsError>;
}