#![crate_type = "rlib"] pub fn inner(f: F) -> F { (move || f)() }