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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§