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(
config: Config,
matcher_config: MMConfig,
) -> (Self, ConfigInjector, OddEnds)
pub fn new_from_config( config: Config, matcher_config: MMConfig, ) -> (Self, ConfigInjector, OddEnds)
Creates a new Matchmaker from a config::Config.