Skip to main content

Dom

Trait Dom 

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

Required Associated Types§

Source

type Context

Source

type Node: Node<Context = Self::Context>

Source

type NamespaceResolver: NamespaceResolver<Context = Self::Context>

Implementors§