Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The part you're missing is the `this` in `Extension.this`. This method is a member of Extension<T>, and it returns an Extension<S>. So `this` (of type Extension<T>) is transformed by the method to Extension<S>.


Ah, thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: