pub type ConfigMatchmaker = Matchmaker<Indexed<Segmented<String>>, Segmented<String>>;Aliased Type§
pub struct ConfigMatchmaker {
pub worker: Worker<Indexed<Segmented<String>>>,
/* private fields */
}Fields§
§worker: Worker<Indexed<Segmented<String>>>Implementations§
Source§impl ConfigMatchmaker
impl ConfigMatchmaker
Sourcepub fn new_from_config(
render_config: RenderConfig,
tui_config: TerminalConfig,
worker_config: WorkerConfig,
) -> (Self, ConfigInjector, OddEnds)
pub fn new_from_config( render_config: RenderConfig, tui_config: TerminalConfig, worker_config: WorkerConfig, ) -> (Self, ConfigInjector, OddEnds)
Creates a new Matchmaker from a config::BaseConfig.