Type Alias vector::sources::Source

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

Aliased Type§

struct Source {}