(mut self, opt: options::ConfigOption)
| 120 | } |
| 121 | |
| 122 | pub fn option(mut self, opt: options::ConfigOption) -> Builder<S, I, O> { |
| 123 | self.options.push(opt); |
| 124 | self |
| 125 | } |
| 126 | |
| 127 | /// Subscribe to notifications for the given `topic`. The handler |
| 128 | /// is an async function that takes a `Plugin<S>` and the |