Home
last modified time | relevance | path

Searched defs:ToTokens (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/intertrait/macros/src/
H A Dgen_caster.rs11 pub fn generate_caster(ty: &impl ToTokens, trait_: &impl ToTokens, sync: bool) -> TokenStream { in generate_caster()
H A Ditem_impl.rs45 fn fully_bound_trait(path: &Path, items: &[ImplItem]) -> impl ToTokens { in fully_bound_trait()