Type Alias byteyarn::ByteYarn

source ·
pub type ByteYarn = YarnBox<'static, [u8]>;
Expand description

An optimized raw byte string.

See YarnBox for full type documentation.

Aliased Type§

struct ByteYarn { /* private fields */ }