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

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>, 

Constructs an iterator over a functions arguments