[][src]Module kul::datum

Datum reference types for heap-allocating Datums. Also re-exports the core crate's module and premades.

Re-exports

pub use kul_core::datum::*;
pub use kul_core::datum::premade::*;

Structs

DatumArc

This wrapper allows the needed recursive type definition for Arc to be used as the Datum reference type.

DatumBox

This wrapper allows the needed recursive type definition for Box to be used as the Datum reference type.

DatumRc

This wrapper allows the needed recursive type definition for Rc to be used as the Datum reference type.

Type Definitions

ArcDatum

This assists in Arc being used as the Datum reference type.

BoxDatum

This assists in Box being used as the Datum reference type.

RcDatum

This assists in Rc being used as the Datum reference type.