generic-associated-types Questions
1
Solved
This odd bit of code emits an error from do_the_thing() saying T does not live long enough:
use std::future::Future;
trait Connection: Send {
type ExecFut<'a>: Future<Output = ()> + S...
Taunt asked 4/9, 2023 at 0:45
1
Recently, the post "The push for GATs stabilization" was published on the Rust blog. I'm interested in the LendingIterator trait but hit a problem when trying to use it. This is the defin...
Puglia asked 4/8, 2021 at 19:22
1
© 2022 - 2024 — McMap. All rights reserved.