Skip to main content

ByteTendril

Type Alias ByteTendril 

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

Tendril for storing binary data.

Atomic refcount; see StrTendril for the rationale.

Aliased Typeยง

pub struct ByteTendril { /* private fields */ }