Type Definition s3::request::DataStream

source ·
pub type DataStream = Pin<Box<dyn Stream<Item = StreamItem> + Send>>;