pub type ByteTendril = Tendril<Bytes, NonAtomic>;
Expand description

Tendril for storing binary data.