controlled_named_output

Function controlled_named_output 

Source
pub(crate) fn controlled_named_output<T>(
    format: OutputFormat,
    key: &str,
    payload: &T,
    control: &IndexWorkControl,
) -> Result<String, CliError>
where T: Serialize + ?Sized,
Expand description

Serialize one named analysis envelope while retaining deadline and cancellation.