pub trait Dom {
type Context;
type Node: Node<Context = Self::Context>;
type NamespaceResolver: NamespaceResolver<Context = Self::Context>;
}pub trait Dom {
type Context;
type Node: Node<Context = Self::Context>;
type NamespaceResolver: NamespaceResolver<Context = Self::Context>;
}