CallbackFn

Type Alias CallbackFn 

Source
pub type CallbackFn = dyn FnOnce(Result<(), ()>) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send;