Require that parser functions are move only
This is to help ease debugging the callback hell when functions contain reference to other object. At least now, they need to be non-mutable and manage memory explicitly.
This is to help ease debugging the callback hell when functions contain reference to other object. At least now, they need to be non-mutable and manage memory explicitly.