Type Alias html5ever::tendril::StrTendril

source ·
pub type StrTendril = Tendril<UTF8>;
Expand description

Tendril for storing native Rust strings.

Aliased Type§

struct StrTendril { /* private fields */ }