pub fn find_typedefs<'tu, E: Into<Vec<Entity<'tu>>>>(
    entities: E
) -> Typedefs<'tu>Notable traits for Typedefs<'tu>impl<'tu> Iterator for Typedefs<'tu> type Item = Declaration<'tu>;
Expand description

Returns an iterator over the typedefs in the supplied entities.

If a typedef is encountered multiple times, only the first instance is included.