Skip to main content

run_with_filter

Function run_with_filter 

Source
pub fn run_with_filter(
    mode: FilterMode,
    limit: usize,
) -> Result<PreflightSuccess, PreflightError>
Expand description

Same as run() but allows explicit FilterMode (for –no-filter support).