pub type OperatorFactory = fn(&OperatorUri) -> Result<Operator, Error>;
Factory signature used to construct Operator from a URI and extra options.
Operator