Skip to main content

CodeHandle

Type Alias CodeHandle 

Source
pub type CodeHandle = u64;
Expand description

Opaque code reference stored inside closures. Only the execution adapter that created it may interpret it (function pointer vs simulated PC).