[]Type Definition xml5ever::tendril::ByteTendril

type ByteTendril = Tendril<Bytes, NonAtomic>;

Tendril for storing binary data.