Skip to main content

TokioByteSink

Type Alias TokioByteSink 

Source
pub type TokioByteSink = Sink<Vec<u8>, StreamCompletion<IoResult>>;
Expand description

A byte sink whose materialized value resolves to an IoResult (bytes + terminal status).

Aliased Typeยง

pub struct TokioByteSink { /* private fields */ }