Expand description
Sets the input channel of the CsvEventSource
Variants§
StdIn
Use the std-in as an input channel
File(PathBuf)
Use the specified file as an input channel
Buffer(String)
Use a string as an input channel
Trait Implementations§
source§impl Clone for CsvInputSourceKind
impl Clone for CsvInputSourceKind
source§fn clone(&self) -> CsvInputSourceKind
fn clone(&self) -> CsvInputSourceKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more