macro_rules! exception_handlers {
($handlers:ty) => { ... };
}Expand description
Registers an implementation of the ExceptionHandlers trait to handle exceptions.
macro_rules! exception_handlers {
($handlers:ty) => { ... };
}Registers an implementation of the ExceptionHandlers trait to handle exceptions.