trait SimpleAllocCollectorId where
    <Self as CollectorId>::Context: GcSimpleAlloc
= CollectorId;
Expand description

A trait alias for CollectorIds that support GcSimpleAlloc