Function choose_supported_with_repo

Source
pub fn choose_supported_with_repo<R, I, T>(ts_repo: R, it: I) -> Option<T>
where R: TransferSyntaxIndex, I: IntoIterator<Item = T>, T: AsRef<str>,
Expand description

From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the given transfer syntax repository.