Type Definition borealis::tendril::ByteTendril []

type ByteTendril = Tendril<Bytes, NonAtomic>;

Tendril for storing binary data.