Home
last modified time | relevance | path

Searched refs:ItemImpl (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/intertrait/macros/src/
H A Ditem_impl.rs8 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 Dlib.rs5 use syn::{parse, parse_macro_input, DeriveInput, ItemImpl};
70 item_impl::process(&flags, parse_macro_input!(input as ItemImpl)) in cast_to()