pub trait ThrowableType: ReferenceType { }
Expand description

A marker type indicating this is a valid exception type that all exceptions thrown by java should be compatible with

Object Safety§

This trait is not object safe.

Implementors§