Comment on Return Generic Type in Rust
chrismit3s@feddit.de 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?
Comment on Return Generic Type in Rust
chrismit3s@feddit.de 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?