Skip to main content

TransformPathFn

Type Alias TransformPathFn 

Source
pub type TransformPathFn = Box<dyn Fn(Vec<String>) -> Vec<String>>;
Expand description

Type alias for the transform_path callback.

Aliased Type§

pub struct TransformPathFn(/* private fields */);