Hacker News new | ask | show | jobs
by chc 2584 days ago
It should work as long as there's a space after the asterisk:

> Fn* closure traits implemented for Box<dyn Fn* >

This threw me for a minute. Function pointers not using * is confusing enough without using glob syntax to talk about function types!