pub type DefaultHandler<E> = fn(Result<Vec<u8>, E>, Result<Vec<u8>, E>) -> Result<Vec<u8>, E>;
Default handler of the execution manager.