3 lines
102 B
Rust
3 lines
102 B
Rust
use crate::misc::emulator_error::EmulatorError;
|
|
|
|
pub type EmulatorResult<T> = Result<T,EmulatorError>; |