Searched defs:ThingAdder (Results 1 – 1 of 1) sorted by relevance
86 struct ThingAdder<'a> { struct87 thing: &'a mut String,90 impl Future for ThingAdder<'_> { implementation