Skip to main content

Crate gc_lite

Crate gc_lite 

Source

Re-exports§

pub use gctype::GcTypeInfo;
pub use gctype::GcTypeRegistry;
pub use gctype::drop_fn as gctype_drop;
pub use gctype::trace_fn as gctype_trace;

Modules§

gctype

Macros§

gc_type_register

Structs§

GcHead
GC node info
GcHeap
GcPartition
GcPartitionId
Partition ID
GcRef
Garbage collection reference
GcScope
GcScopeState
GcTraceCtx
GcWeak
Weak reference

Enums§

GcError

Traits§

GcNode
GcTrace

Type Aliases§

GcResult