pub fn is_valid_extension_for_subtitle_format(
extension: Option<&OsStr>,
format: SubtitleFormat,
) -> boolExpand description
Returns true if the file extension is valid for the given subtitle format.
Option is used to simplify handling with PathBuf::extension().