Trait ElementType

Source
pub trait ElementType: Sealed + Default { }
Expand description

Represents the different element types. Note: This is sealed so cannot be implemented other this crate Implementations

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ElementType for ()

Source§

impl<'a> ElementType for Vec<Node<'a>>

Implementors§