Module shredder::marker[][src]

Expand description

Marker types

Structs

GcSafeWrapper wraps a piece of data to make it GcSafe

Traits

A marker trait that marks that this data can be stored in a DerefGc

A marker trait that the destructor of this data can be safely run in the background thread

A marker trait that marks that data can be scanned in the background by the garbage collector.