pub trait StringProcExt {
// Required methods
fn ident(&self) -> Ident;
fn ident_span(&self, _: Span) -> Ident;
}Expand description
This is an extension trait for the following impl:
ⓘ
#[extension(pub trait StringProcExt)]
impl for String