IdentExt

Trait IdentExt 

Source
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

Required Methods§

Source

fn to_case(&self, _: Case) -> Ident

Implementors§