vector::sources

Type Alias Source

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

Aliased Typeยง

struct Source {}