Type Alias html5ever::tendril::ByteTendril

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

Tendril for storing binary data.

Aliased Type§

struct ByteTendril { /* private fields */ }