| 7 | }; |
| 8 | |
| 9 | pub(crate) trait ComplexTy { |
| 10 | type Abi: Abi; |
| 11 | |
| 12 | fn compatible_with_store(&self, _store: &Store<JavaState>) -> bool; |
| 13 | } |
| 14 | |
| 15 | pub(crate) trait Abi: Copy { |
| 16 | /// Place the necessary type signature in the type list |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…