Skip to main content

transform_with_warnings

Function transform_with_warnings 

Source
pub fn transform_with_warnings(
    rule: &RuleFile,
    input: &str,
    context: Option<&Value>,
) -> Result<(Value, Vec<TransformWarning>), TransformError>