pub trait NonSendTaskOnce: Traceable { // Required method fn run_once(self, cx: &mut JSContext); }
A task that must be run on the same thread it originated in.