Re-exports§
pub use array::Owned as Array;pub use array::Reference as ArrayRef;pub use array::Mutable as ArrayMut;pub use map::Owned as Map;pub use map::Reference as MapRef;pub use map::Mutable as MapMut;pub use map::create;pub use map::open;
Modules§
Structs§
- Object
- A shared object.
Enums§
Traits§
- Safe
- Marker to define a type as safe to share.