Function sourmash::ffi::utils::landingpad[][src]

pub unsafe fn landingpad<F, T>(f: F) -> T where
    F: FnOnce() -> Result<T, Error> + UnwindSafe