Type Alias mz_fivetran_destination::destination::dml::AsyncCsvReader
source · type AsyncCsvReader = AsyncReader<Pin<Box<dyn AsyncRead + Send>>>;
Aliased Type§
struct AsyncCsvReader(AsyncReaderImpl<Pin<Box<dyn AsyncRead + Send>>>);
Fields§
§0: AsyncReaderImpl<Pin<Box<dyn AsyncRead + Send>>>