Module write_journal::tinybuf
source · Enums
- Immutable variable-length owned slice of bytes that tries to accept many different types (i.e. generic), similar to
Box<dyn AsRef<[u8]>>
but without boxing (i.e. heap allocation).
Box<dyn AsRef<[u8]>>
but without boxing (i.e. heap allocation).