1 2 3 4 5 6 7 8 9 10
pub mod arg_types; pub mod funky; mod kw { syn::custom_keyword!(copy); syn::custom_keyword!(clone); syn::custom_keyword!(mut_ref); syn::custom_keyword!(im_ref); syn::custom_keyword!(funky); }