(env: &'l JNIEnv<'j>, throwable: JThrowable<'j>)
| 53 | |
| 54 | impl<'l, 'j: 'l> ReportJThrowable<'l, 'j> { |
| 55 | fn from(env: &'l JNIEnv<'j>, throwable: JThrowable<'j>) -> Self { |
| 56 | Self { env, throwable } |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | impl<'l, 'j: 'l> fmt::Display for ReportJThrowable<'l, 'j> { |
nothing calls this directly
no outgoing calls
no test coverage detected