Hacker News new | ask | show | jobs
by mercurial 4435 days ago
Ah, obviously this wouldn't work, from_request would need to return Self and not a reference for it work, which means some overhead in the case of Request, since you'd have to clone it.