Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/intertrait/macros/src/
H A Ditem_impl.rs33 let path = fully_bound_trait(path, items); in process()
45 fn fully_bound_trait(path: &Path, items: &[ImplItem]) -> impl ToTokens { in fully_bound_trait() function