Trait synthez::ext::Ident[][src]

pub trait Ident: Sealed {
    fn new_on_call_site(ident: &str) -> Ident;
}
Expand description

Extension of a syn::Ident.

Required methods

Creates a new syn::Ident out of the given string value with a Span::call_site.

Implementations on Foreign Types

Implementors