Type Alias ruma::html::StrTendril

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

Tendril for storing native Rust strings.

Aliased Type§

struct StrTendril { /* private fields */ }