Type Alias ByteTendril

Source
pub type ByteTendril = Tendril<Bytes>;
Expand description

Tendril for storing binary data.

Aliased Typeยง

#[repr(C)]
pub struct ByteTendril { /* private fields */ }