Crate easy_proc_common

Source
Expand description

Common code for easy_proc and easy_proc_derive.

Traits§

PathIsIdent
The input’s path is a given ident. Used for find_attr and find_attrs. Implemented for Attribute and &Attribute.

Functions§

find_attr
Finds an attribute from a list with ident ident
find_attrs
Finds all attributes from a list with ident ident