pub trait UiCallBack: 'static + Send + FnOnce() { }
A function able to be used as a Call Back to notify the UI that the request is ready