Trait ErrorExtPanic
hyper_static_server::internals
pub trait ErrorExtPanic { pub fn panic(self, _code: u32) -> !; }
pub fn panic(self, _code: u32) -> !
impl<E> ErrorExtPanic for E where E: Error,