1 2 3 4 5
use from_attr::FromAttr; #[derive(FromAttr)] #[attribute(idents = [resource])] pub(crate) struct ImplFnOrEnumVariantAttr;