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

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

The function type used for each step in a pipeline.