Type Alias DefaultHandler

Source
pub type DefaultHandler<E> = fn(Result<Vec<u8>, E>, Result<Vec<u8>, E>) -> Result<Vec<u8>, E>;
Expand description

Default handler of the execution manager.