Searched defs:AccessorTask (Results 1 – 2 of 2) sorted by relevance
423 impl AccessorTask<Ctx, HasSelf<Ctx>> for Task { in test_round_trip() impl
540 pub trait AccessorTask<T, D = HasSelf<T>>: Send + 'static interface