pub fn box_bytes_of<T: NoUninit>(input: Box<T>) -> BoxBytes
Expand description

Re-interprets Box<T> as BoxBytes.