pub type SleepFn = Box<dyn Fn(Duration, LineCol) -> BoxedLocal<CallResult>>;
Expand description
Type of the sleep function used by the SLEEP
command to actually suspend execution.
Aliased Typeยง
struct SleepFn(/* private fields */);
pub type SleepFn = Box<dyn Fn(Duration, LineCol) -> BoxedLocal<CallResult>>;
Type of the sleep function used by the SLEEP
command to actually suspend execution.
struct SleepFn(/* private fields */);