[][src]Trait zerogc::GcSystem

pub unsafe trait GcSystem {
    type Id: CollectorId;
    type Context: GcContext<Id = Self::Id>;
}

A garbage collector implementation.

These implementations should be completely safe and zero-overhead.

Associated Types

type Id: CollectorId[src]

The type of collector IDs given by this system

type Context: GcContext<Id = Self::Id>[src]

The type of contexts used in this sytem

Loading content...

Implementors

Loading content...