Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Derror.rs60 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
132 pub fn with_error(msg: impl Into<Cow<'static, str>>, cause: impl Into<anyhow::Error>) -> Self { in with_error()
H A Dcell.rs535 fn panic_already_borrowed(source: &Cell<Option<&'static std::panic::Location<'static>>>) -> ! { in panic_already_borrowed()