What is total fee from rust SDK when estimating tx costs?

In TS SDK there are two fields related to the fee in the response model: minFee and maxFee.

In Rust SDK there is just one - total_fee.

What is this total_fee? Is it a max possible fee? Min fee? Predicted average fee?