Comment by VWWHFSfQ
2 months 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
2 months 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 ↗