Searched defs:Task (Results 1 – 1 of 1) sorted by relevance
417 struct Task { in test_round_trip() struct418 instance: Instance, in test_round_trip()419 inputs_and_outputs: Vec<(String, String)>, in test_round_trip()420 tx: oneshot::Sender<()>, in test_round_trip()423 impl AccessorTask<Ctx, HasSelf<Ctx>> for Task { in test_round_trip() implementation