[][src]Function wasmer_singlepass_backend::protect_unix::call_protected

pub fn call_protected<T>(
    f: impl FnOnce() -> T,
    breakpoints: Option<BreakpointMap>
) -> Result<T, CallProtError>