Skip to main content

transform_record_with_warnings

Function transform_record_with_warnings 

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