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