gc_api 0.5.0

Generic abstractions for a multithreaded garbage collector
Documentation
1
2
3
4
5
6
7
//! Marker traits which effect the functionality allowed on a GcHandle.

/// Can a type be safely transmuted without the help of the allocator?
pub trait BlindTransmute {}

/// Can a handle be upgraded from a [Gc] to a [GcMut]?
pub trait UpgradeHandle {}