pub type DefaultHandler<R, E> = fn(Result<NativeOrEncoded<R>, E>, Result<NativeOrEncoded<R>, E>) -> Result<NativeOrEncoded<R>, E>;Expand description
Default handler of the execution manager.
pub type DefaultHandler<R, E> = fn(Result<NativeOrEncoded<R>, E>, Result<NativeOrEncoded<R>, E>) -> Result<NativeOrEncoded<R>, E>;Default handler of the execution manager.