Type Definition html5ever::tendril::StrTendril

pub type StrTendril = Tendril<UTF8, NonAtomic>;
Expand description

Tendril for storing native Rust strings.