pub struct EpsilonSystem { /* private fields */ }
Expand description

A dummy implementation of GcSystem which is useful for testing

WARNING: This never actually collects any memory.

Implementations

Create a new epsilon collector, which intentionally leaks memory

Create a new EpsilonContext

There are few restrictions on this because it doesn’t actually do anything

Trait Implementations

Executes the destructor for this type. Read more

The type of collector IDs given by this system

The type of contexts used in this sytem

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.