pub fn create_with_config<T: Record>(
config: SourceConfig,
) -> (Source<T>, Sink<T>)Expand description
Creates a new Source/Sink pair with custom configuration.
pub fn create_with_config<T: Record>(
config: SourceConfig,
) -> (Source<T>, Sink<T>)Creates a new Source/Sink pair with custom configuration.