Function gluon_base::types::arg_iter[][src]

pub fn arg_iter<Id, T>(typ: &T) -> ArgIterator<'_, T>
Notable traits for ArgIterator<'a, T>
impl<'a, Id, T> Iterator for ArgIterator<'a, T> where
    Id: 'a,
    T: TypePtr<Id = Id>, 
type Item = &'a T;
where
    T: TypePtr<Id = Id>, 
Expand description

Constructs an iterator over a functions arguments