| 47 | } |
| 48 | |
| 49 | struct ReportJThrowable<'l, 'j: 'l> { |
| 50 | env: &'l JNIEnv<'j>, |
| 51 | throwable: JThrowable<'j>, |
| 52 | } |
| 53 | |
| 54 | impl<'l, 'j: 'l> ReportJThrowable<'l, 'j> { |
| 55 | fn from(env: &'l JNIEnv<'j>, throwable: JThrowable<'j>) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…