Type Alias BehaviorThunk

Source
type BehaviorThunk = Box<dyn FnOnce() + Send>;

Aliased Typeยง

struct BehaviorThunk(/* private fields */);