Searched defs:new_with_config (Results 1 – 3 of 3) sorted by relevance
37 pub fn new_with_config(sink: W, config: EmitterConfig) -> EventWriter<W> { in new_with_config() method
42 pub fn new_with_config(source: R, config: ParserConfig) -> EventReader<R> { in new_with_config() method
194 pub fn new_with_config(recovery_config: &RecoveryConfig) -> Self { in new_with_config() method