pub struct CsvEventSource<InputTime: TimeRepresentation> { /* private fields */ }
Expand description

Parses events in CSV format.

Implementations§

Trait Implementations§

Return the data needed by the monitor to initialize the input source.
Queries the event source for a new Record(Event) in a blocking fashion. If there are no more records, None is returned.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.