Type Alias Upstream

Source
type Upstream = dyn Stream<Item = Result<(String, Vec<u8>)>> + Send;