Function clang::sonar::find_structs[][src]

Important traits for Structs<'tu>
pub fn find_structs<'tu, E: Into<Vec<Entity<'tu>>>>(entities: E) -> Structs<'tu>

Returns an iterator over the structs in the supplied entities.

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