html5ever::tendril

Type Alias ByteTendril

Source
pub type ByteTendril = Tendril<Bytes>;
Expand description

Tendril for storing binary data.

Aliased Typeยง

struct ByteTendril { /* private fields */ }