pub(crate) fn print_tracked_output_estimate<T, F>(
format: OutputFormat,
store: &AtlasStore,
usage_instance: Option<UsageRuntimeInstance>,
session: &str,
command: &str,
path: Option<String>,
query: Option<String>,
estimate_without_projectatlas: F,
toon: &str,
payload: &T,
) -> Result<(), CliError>Expand description
Record candidate-set telemetry for the exact emitted CLI payload.