Searched refs:ItemImpl (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/crates/intertrait/macros/src/ |
H A D | item_impl.rs | 8 AngleBracketedGenericArguments, Binding, GenericArgument, ImplItem, ItemImpl, Path, 16 pub fn process(flags: &HashSet<Flag>, input: ItemImpl) -> TokenStream { in process() 17 let ItemImpl { in process() localVariable
|
H A D | lib.rs | 5 use syn::{parse, parse_macro_input, DeriveInput, ItemImpl}; 70 item_impl::process(&flags, parse_macro_input!(input as ItemImpl)) in cast_to()
|