pub type PendingResponsePoll = Box<dyn FnMut(&AppContext) -> Option<Response>>;
pub struct PendingResponsePoll(/* private fields */);