in hfendpoints-tasks/src/lib.rs [112:118]
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
write!(
f,
"Usage(prompt_tokens={}, total_tokens={})",
self.prompt_tokens, self.total_tokens
)
}