pub trait ToLitStrWithCase { // Required method fn to_lit_str_with_case(&self, case: Case) -> LitStr; }