pub trait TaskCallback:
FnOnce(Status)
+ 'static
+ Send { }
Expand description
A marker trait for a callback that can be used with Dispatcher::post_task_sync
.
pub trait TaskCallback:
FnOnce(Status)
+ 'static
+ Send { }
A marker trait for a callback that can be used with Dispatcher::post_task_sync
.