[][src]Type Definition elasticlunr::pipeline::PipelineFn

type PipelineFn = fn(_: String) -> Option<String>;

The function type used for each step in a pipeline.