static-box
static-box copied to clipboard
A stack-allocated box that stores trait objects.
Results
1
static-box issues
Sort by
recently updated
recently updated
newest added
For example, padding bytes will be written to the buffer and can later be read back. ```rust use std::fmt::Debug; use static_box::Box as StaticBox; fn main() { let x = (5u8,...