pub trait Options: Clone + Send + Sync + Serialize + DeserializeOwned + Debug { }
The Options trait represents an options type that is used to customize the behavior of a step or executor.
Options