vector_core/
source.rs

1
2
3
use futures::future::BoxFuture;

pub type Source = BoxFuture<'static, Result<(), ()>>;