mysql_async

Type Alias 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 {}