Type Definition nlprule_build::TransformPathFn[][src]

type TransformPathFn = Box<dyn Fn(PathBuf) -> Result<PathBuf, OtherError>>;

Definition of the path transformation for the network retrieved, binencoded rules and tokenizer binaries.