Type Alias OperatorFactory

Source
pub type OperatorFactory = fn(&str, Vec<(String, String)>) -> Result<Operator>;
Expand description

Factory signature used to construct Operator from a URI and extra options.