Searched defs:static (Results 1 – 2 of 2) sorted by relevance
60 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()
535 fn panic_already_borrowed(source: &Cell<Option<&'static std::panic::Location<'static>>>) -> ! { in panic_already_borrowed()