Type Definition sp_state_machine::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.