chrismit3s
@chrismit3s@feddit.de
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Return Generic Type in Rust 1 year ago:
Well how do you want to use said get function?
let x = config.get("key").await;
So what type should x have?