pub fn choose_supported_with_repo<R, I, T>(ts_repo: R, it: I) -> Option<T>
Expand description
From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the given transfer syntax repository.
pub fn choose_supported_with_repo<R, I, T>(ts_repo: R, it: I) -> Option<T>
From a sequence of transfer syntaxes, choose the first transfer syntax to be supported by the given transfer syntax repository.