[][src]Function rosy::gc::mark_iter

pub fn mark_iter<I, O>(objs: I) where
    I: IntoIterator<Item = O>,
    O: Object

Iterates over objs, marking each one.