1 2 3 4 5 6 7 8
//! Arbitrary implementations for `std::boxed`. wrap_from!(Box); #[cfg(test)] mod test { no_panic_test!(boxed => Box<u8>); }