Trait magnus::gc::Mark

source ·
pub trait Mark: Mark { }
Expand description

Trait indicating types that can be passed to GC marking functions.

See Marker.

Implementors§

source§

impl<T> Mark for Opaque<T>
where T: ReprValue,

source§

impl<T> Mark for T
where T: ReprValue,