testnumbat_wasm/api/uncallable/
vm_api_uncallable.rs

1use crate::api::VMApi;
2
3use super::UncallableApi;
4
5impl VMApi for UncallableApi {}