pub fn run_passive_swagger_scan<T>( scan_try: Result<PassiveSwaggerScan<T>, &'static str>, verbosity: u8, output_file: Option<String>, passive_scan_type: PassiveScanType, json: bool, ) -> Result<i8, &'static str>where T: OAS + Serialize + for<'de> Deserialize<'de> + Debug,