pub fn resolve_option<'a>( model: &'a HubModel, option_id: Option<&str>, ) -> Option<&'a DownloadOption>
Resolve a download variant: the named option_id, else the first option.
option_id