Type Definition sp_state_machine::DefaultHandler [−][src]
type DefaultHandler<R, E> = fn(_: Result<NativeOrEncoded<R>, E>, _: Result<NativeOrEncoded<R>, E>) -> Result<NativeOrEncoded<R>, E>;
Default handler of the execution manager.