pub type ByteYarn = YarnBox<'static, [u8]>;
An optimized raw byte string.
See YarnBox for full type documentation.
YarnBox
struct ByteYarn { /* private fields */ }