Skip to main content

transform_stream_with_base_dir

Function transform_stream_with_base_dir 

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