holey-bytes/hbvm/src/engine/enviroment_calls.rs

4 lines
91 B
Rust
Raw Normal View History

2023-05-06 12:33:40 +00:00
use super::Engine;
pub type EnviromentCall = fn(&mut Engine) -> Result<&mut Engine, u64>;