Type Alias mysql_async::InfileData
source · pub type InfileData = BoxStream<'static, Result<Bytes>>;
Expand description
LOCAL INFILE data is a stream of std::io::Result<Bytes>
.
The driver will send this data to the server in response to a LOCAL INFILE request.
Aliased Type§
struct InfileData {}