pub type ConfigInjector = AnsiInjector<SegmentedInjector<Either<String, Text<'static>>, IndexedInjector<Segmented<Either<String, Text<'static>>>, WorkerInjector<ConfigMMItem>>>>;Aliased Type§
pub struct ConfigInjector {
pub injector: SegmentedInjector<Either<String, Text<'static>>, IndexedInjector<Segmented<Either<String, Text<'static>>>, WorkerInjector<Indexed<Segmented<Either<String, Text<'static>>>>>>>,
/* private fields */
}Fields§
§injector: SegmentedInjector<Either<String, Text<'static>>, IndexedInjector<Segmented<Either<String, Text<'static>>>, WorkerInjector<Indexed<Segmented<Either<String, Text<'static>>>>>>>