[][src]Function ament_rs::resources::list_prefix_of_resources

pub fn list_prefix_of_resources<'a>(
    resource_type: impl AsRef<str> + 'a,
    prefixes: impl IntoIterator<Item = impl AsRef<str> + 'a> + 'a
) -> impl Iterator<Item = (String, String)> + 'a