Skip to main content

DynExecCompletion

Type Alias DynExecCompletion 

Source
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 */ }