pub(crate) fn controlled_named_output<T>(
format: OutputFormat,
key: &str,
payload: &T,
control: &IndexWorkControl,
) -> Result<String, CliError>Expand description
Serialize one named analysis envelope while retaining deadline and cancellation.