pub unconstrained fn remove_constraints<Env, T>(f: fn[Env]() -> T) -> T
Calls a function and returns its return value, but removes any constraints associated with calling the function, behaving as if the function was unconstrained.
Calls a function and returns its return value, but removes any constraints associated with calling the function, behaving as if the function was unconstrained.