Expand description
This module re-exports a number of traits that are useful when using Kuchiki. It can be used with:
use kuchiki::traits::*;
Re-exports§
pub use crate::iter::ElementIterator;
pub use crate::iter::NodeIterator;
Traits§
- Trait for types that can process a tendril.