Trait ThrowableType

Source
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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§