Comment by VWWHFSfQ
1 day 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
1 day 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 ↗