Comment by VWWHFSfQ
20 hours ago
> let res: Vec<Fan> = query();
It might feel more natural, and less magical if this used a turbofish instead
let res = query::<Fan>();
Very neat
20 hours ago
> let res: Vec<Fan> = query();
It might feel more natural, and less magical if this used a turbofish instead
let res = query::<Fan>();
Very neat
No comments yet
Contribute on Hacker News ↗