Skip to main content

create_with_config

Function create_with_config 

Source
pub fn create_with_config<T: Record>(
    config: SourceConfig,
) -> (Source<T>, Sink<T>)
Expand description

Creates a new Source/Sink pair with custom configuration.