matrix_sdk::ruma::html

Type Alias StrTendril

Source
pub type StrTendril = Tendril<UTF8>;
Expand description

Tendril for storing native Rust strings.

Aliased Typeยง

struct StrTendril { /* private fields */ }