Home
last modified time | relevance | path

Searched defs:RefUnwindSafe (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/tokio/tests/
Dunwindsafe.rs42 fn is_unwind_safe<T: UnwindSafe + RefUnwindSafe>() {} in is_unwind_safe()
/external/rust/crates/regex/tests/
Dtest_default.rs91 fn assert_ref_unwind_safe<T: RefUnwindSafe>() {} in oibits()
/external/rust/crates/vulkano/src/instance/
Ddebug.rs75 F: Fn(&Message) + 'static + Send + panic::RefUnwindSafe, in new()
207 F: Fn(&Message) + Send + 'static + panic::RefUnwindSafe, in errors_and_warnings()
/external/rust/crates/regex/src/
Dpool.rs289 fn has_oibits<T: Send + Sync + UnwindSafe + RefUnwindSafe>() {} in oibits()
/external/rust/crates/rusqlite/src/
Dsession.rs67 F: Fn(&str) -> bool + RefUnwindSafe, in table_filter()