pub type DynExecCompletion = Pin<Box<dyn Future<Output = Result<ExecCompletion, ExecStreamError>> + Send>>;Expand description
Type-erased completion future that resolves when streaming stops.
Aliased Typeยง
pub struct DynExecCompletion { /* private fields */ }