[]Type Definition html5ever::tendril::ByteTendril

type ByteTendril = Tendril<Bytes, NonAtomic>;

Tendril for storing binary data.