Searched defs:new_with_config (Results 1 – 6 of 6) sorted by relevance
37 pub fn new_with_config(sink: W, config: EmitterConfig) -> EventWriter<W> { in new_with_config() method
45 pub fn new_with_config(source: R, config: impl Into<ParserConfig2>) -> EventReader<R> { in new_with_config() method
382 pub fn new_with_config<C: cfg::Config>() -> Slab<T, C> { in new_with_config() method
391 pub fn new_with_config<C: cfg::Config>() -> Pool<T, C> { in new_with_config() function
194 pub fn new_with_config(recovery_config: &RecoveryConfig) -> Self { in new_with_config() method