Type Alias StrTendril

Source
pub type StrTendril = Tendril<UTF8>;
Available on crate feature html only.
Expand description

Tendril for storing native Rust strings.

Aliased Typeยง

#[repr(C)]
pub struct StrTendril { /* private fields */ }