Available on crate feature alloc only.
Expand description

#[repr(C)] Boxed types.

Re-exports

pub use crate::slice::slice_boxed;
pub use crate::string::str_boxed;

Structs

Same as Box<T>, (e.g., same #[repr(C)] layout), but with no non-aliasing guarantee.

Traits

Type Definitions