Trait librsnek::runtime::traits::IteratorProvider
[−]
[src]
pub trait IteratorProvider<T> {
fn iter(&self, value: T) -> RtObject;
}