Type Alias BoxedFetchCallback

Source
pub type BoxedFetchCallback = Box<dyn FnMut(FetchResponseMsg) + Send + 'static>;

Aliased Typeยง

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