pub type TransformPathFn = Box<dyn Fn(Vec<String>) -> Vec<String>>;
Type alias for the transform_path callback.
pub struct TransformPathFn(/* private fields */);