run_active_swagger_scan

Function run_active_swagger_scan 

Source
pub async fn run_active_swagger_scan<T>(
    scan_try: Result<ActiveScan<T>, &'static str>,
    verbosity: u8,
    output_file: Option<String>,
    auth: Authorization,
    scan_type: ActiveScanType,
    json: bool,
    _servers: Option<Vec<Server>>,
) -> Result<i8, &'static str>
where T: OAS + Serialize + for<'de> Deserialize<'de> + Debug,