Searched defs:unsafe_impl (Results 1 – 5 of 5) sorted by relevance
59 macro_rules! unsafe_impl { macro
195 pub fn unsafe_impl(&mut self, what: &str, for_what: &str) { in unsafe_impl() method
832 let unsafe_impl = quote_spanned!(ety.type_token.span=> unsafe impl); in expand_rust_type_impl() localVariable