html5ever::tendril

Type Alias ByteTendril

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

Tendril for storing binary data.

Aliased Typeยง

struct ByteTendril { /* private fields */ }