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

Returns an iterator over the functions in the supplied entities.

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