Type Alias apalis::prelude::RequestStream

source ·
pub type RequestStream<T> = Pin<Box<dyn Stream<Item = Result<Option<T>, Error>> + Send>>;
Expand description

Represents a stream for T.

Aliased Type§

struct RequestStream<T> {}