Skip to content

Add a marker trait for non GC types #109

Description

@ZainlessBrombie

It would be nice to have the following:

  1. An unsafe trait called "GcDeadEnd" (or something), marking something as having no Gc dependencies.
  2. impl GcDeadEnd for e.g. String, primitives, Rc, RefCell etc.
    3) impl Trace for GcDeadEnd

Cheers! :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions