Trait rtbvh::RayIndexIterator[][src]

pub trait RayIndexIterator<'a>: Iterator<Item = (u32, &'a mut Ray)> { }

Implementors