[][src]Function ament_rs::packages::get_package_share_directory

pub fn get_package_share_directory(
    package_name: impl AsRef<str>,
    prefixes: impl IntoIterator<Item = impl AsRef<str>>
) -> Option<PathBuf>

Returns the share directory of the package or None is the package was not found.