Set cost in USD.
(mut self, usd: f64)
| 500 | |
| 501 | /// Set cost in USD. |
| 502 | pub fn with_cost(mut self, usd: f64) -> Self { |
| 503 | self.cost_usd = usd; |
| 504 | self |
| 505 | } |
| 506 | } |
| 507 | |
| 508 | impl fmt::Display for ModelUsage { |
no outgoing calls
no test coverage detected