Skip to main content

PendingResponsePoll

Type Alias PendingResponsePoll 

Source
pub type PendingResponsePoll = Box<dyn FnMut(&AppContext) -> Option<Response>>;

Aliased Type§

pub struct PendingResponsePoll(/* private fields */);