Type Alias gha_runner::OutputHandler

source ·
pub type OutputHandler = Box<dyn FnMut(&[u8])>;
Expand description

A callback that receives stdout or stderr data from a step.

Aliased Type§

struct OutputHandler(/* private fields */);