Skip to main content

transform_stream

Function transform_stream 

Source
pub fn transform_stream<'a>(
    rule: &'a RuleFile,
    input: &'a str,
    context: Option<&'a Value>,
) -> Result<TransformStream<'a>, TransformError>