pub type FDv2SourceEventFuture<'a> = Pin<Box<dyn Future<Output = FDv2SourceEvent> + Send + 'a>>;Expand description
The future returned by an initializer or synchronizer as it produces an event.
Aliased Typeยง
#[repr(transparent)]pub struct FDv2SourceEventFuture<'a> { /* private fields */ }