pub fn box_bytes_of<T: BoxBytesOf + ?Sized>(input: Box<T>) -> BoxBytes
Available on crate feature extern_crate_alloc only.
Expand description

Re-interprets Box<T> as BoxBytes.

T must be either Sized and NoUninit, [U] where U: NoUninit, or str.