Trait bytemuck::allocation::sealed::BoxBytesOf
source · pub trait BoxBytesOf {
// Required method
fn box_bytes_of(self: Box<Self>) -> BoxBytes;
}
pub trait BoxBytesOf {
// Required method
fn box_bytes_of(self: Box<Self>) -> BoxBytes;
}