Type Definition tendril::ByteTendril

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

Tendril for storing binary data.