Structs§
- BoxForward
Snapshot Libfunc Wrapped - Libfunc for converting
@Box<T>
intoBox<@T>
. - BoxType
Wrapped - Type wrapping a value.
- Into
BoxLibfunc Wrapped - Libfunc for wrapping an object of type T into a box.
- Unbox
Libfunc Wrapped - Libfunc for unboxing a
Box<T>
back into a T.
Enums§
Functions§
- box_ty
- Helper for getting the
Box<T>
type.