pub trait IdentExt {
// Required method
fn to_case(&self, _: Case) -> Ident;
}Expand description
This is an extension trait for the following impl:
ⓘ
#[extension(pub trait IdentExt)]
impl for Ident