Skip to main content

StreamTask

Type Alias StreamTask 

Source
pub type StreamTask = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Typeยง

pub struct StreamTask { /* private fields */ }