Since `with_deserialized()` returns the lambda function's result, we can directly return the bucket from within the lambda instead of relying on side effects. This makes the code more explicit and functional. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#21273