minus-squarechrismit3s@feddit.detoProgramming@programming.dev•Return Generic Type in Rustlinkfedilinkarrow-up3·1 year agoWell how do you want to use said get function? let x = config.get("key").await; So what type should x have? linkfedilink
Well how do you want to use said get function?
let x = config.get("key").await;
So what type should x have?