type BoxedNewInputsFuture = Pin<Box<dyn Future<Output = StreamExecutorResult<Vec<BoxedActorInput>>> + Send>>;
Aliased Typeยง
#[repr(transparent)]struct BoxedNewInputsFuture { /* private fields */ }
type BoxedNewInputsFuture = Pin<Box<dyn Future<Output = StreamExecutorResult<Vec<BoxedActorInput>>> + Send>>;
#[repr(transparent)]struct BoxedNewInputsFuture { /* private fields */ }