Trait magnus::gc::Locate

source ·
pub trait Locate: Locate { }
Expand description

Trait indicating types that can given to Compactor::location.

Object Safety§

This trait is not object safe.

Implementors§

source§

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

source§

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