reqwest_cross

Trait UiCallBack

Source
pub trait UiCallBack:
    'static
    + Send
    + FnOnce() { }
Expand description

A function able to be used as a Call Back to notify the UI that the request is ready

Implementors§

Source§

impl<T> UiCallBack for T
where T: 'static + Send + FnOnce(),