Type Alias BoxedNewInputsFuture

Source
type BoxedNewInputsFuture = Pin<Box<dyn Future<Output = StreamExecutorResult<Vec<BoxedActorInput>>> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct BoxedNewInputsFuture { /* private fields */ }