Skip to main content
Module cbox
osom_
lib_
boxed
0.1.28
Module cbox
Module Items
Structs
In crate osom_
lib_
boxed
osom_lib_boxed
Module
cbox
Copy item path
Source
Expand description
This module defines the
CBox
type.
Structs
ยง
CBox
The ABI-stable box type. This type is equivalent to the standard
Box
type, except it is suitable for FFI and also accepts any allocator.