Skip to main content

Helper

Type Alias Helper 

Source
pub type Helper = fn(scope: &HelperScope<'_, '_>, arg1: u64, arg2: u64, arg3: u64, arg4: u64, arg5: u64) -> Result<u64, ()>;
Expand description

Function signature for eBPF helpers invoked by the runtime.