Batch encode plus in Rust Tokenizers

In python, BertTokenizerFast has batch_encode_plus, is there a similar method in rust?

I will assume due to the lack of reply that there’s no way to do this.