[][src]Module syn::ext

This is supported on crate feature parsing only.

Extension traits to provide parsing methods on foreign types.

This module is available only if Syn is built with the "parsing" feature.

Traits

IdentExt

Additional methods for Ident not provided by proc-macro2 or libproc_macro.