Crate rust_tailcall

Crate rust_tailcall 

Source

Enumsยง

MutableTailCall
Represents a tail call that can be either a continuation or a completed result. Uses static dispatch by parameterizing over the function type F.
TailCall
Represents a tail call that can be either a continuation or a completed result.