Function magnus::gc::mark_slice

source ·
pub fn mark_slice<T>(values: &[T])where
    T: ReprValue,
Expand description

Mark multiple Objects.

Used to mark any stored Ruby objects when implementing DataTypeFunctions::mark.