Comment on Return Generic Type in Rust

chrismit3s@feddit.de ⁨11⁩ ⁨months⁩ ago

Well how do you want to use said get function?

let x = config.get("key").await;

So what type should x have?

source
Sort:hotnewtop