pub fn box_bytes_of<T>(input: Box<T>) -> BoxByteswhere T: BoxBytesOf + ?Sized,
dep_bytemuck
Re-interprets Box<T> as BoxBytes.
Box<T>
BoxBytes
T must be either Sized and NoUninit, [U] where U: NoUninit, or str.
T
Sized
NoUninit
[U]
U: NoUninit
str