[][src]Module kuchiki::traits

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

TendrilSink

Trait for types that can process a tendril.