Skip to main content

ExecFn

Type Alias ExecFn 

Source
pub type ExecFn = Box<dyn Fn(&str) -> ExecResult + Send + Sync>;
Expand description

Synchronous command executor (matches TS shape; the loop itself is async, but gh invocations are short and synchronous).

Aliased Typeยง

pub struct ExecFn(/* private fields */);