Files
vector_core/
source.rs
1
use
futures::future::BoxFuture;
2
3
pub type
Source = BoxFuture<
'static
,
Result
<(), ()>>;