pub trait IdentExt {
    fn prefix(&self, prefix: &str) -> Ident;
    fn private(self) -> Ident;
}
Available on crate feature __utils only.

Required Methods

Implementors