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 */ }pub type ByteTendril = Tendril<Bytes>;Tendril for storing binary data.
Atomic refcount; see StrTendril for the rationale.
pub struct ByteTendril { /* private fields */ }