very_custom_rule

Function very_custom_rule 

Source
pub fn very_custom_rule<F, D>(
    code: impl Into<RuleCode>,
    severity: Severity,
    message: impl Into<String>,
    step_fn: F,
    done_fn: D,
) -> VeryCustomRule<F, D>
Expand description

Create a rule with custom finalization.