| 125 | } |
| 126 | |
| 127 | pub(crate) trait FromAbi<A: Abi> { |
| 128 | unsafe fn from_abi(abi: A) -> Self; |
| 129 | } |
| 130 | |
| 131 | pub(crate) trait MatchesValType { |
| 132 | fn matches_val_type(ty: ValType) -> bool; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…