pub fn get_target_by_name( name: impl AsRef<str>, ) -> Result<Target, RegistryError>
Get a target from the internal registry based on its name.