pub type StrTendril = Tendril<UTF8>;
Tendril for storing native Rust strings.
Tendril
struct StrTendril { /* private fields */ }