pub trait ExpectTokenizerType { // Required method fn get_expected_tokenizer_type(&self) -> TokenizerType; }