Following my question from https://users.rust-lang.org/t/inferred-lifetimes/53396/5.
Is it generally possible to infer lifetimes from function definitions (not from struct/function signatures) by simply inferring the worst case scenario?
Did I miss something?