Type Definition cambridge_asm::exec::PasmResult

source ·
pub type PasmResult<T = ()> = Result<T, PasmError>;
Expand description

Convenience type to work with PasmError

Comparable to std::io::Result