pub fn script_transform_factory(
id: &str,
config: Value,
on_error: ErrorPolicy,
) -> Result<Box<dyn Transform>>Expand description
Registry factory for script-backed transforms. Registered by
courier::registry::register_builtin under kind "script".