Optional call output (#20)

This commit is contained in:
folex
2020-11-09 14:44:04 +03:00
committed by GitHub
parent cfd5aa7c40
commit f9924bcfb3
8 changed files with 398 additions and 181 deletions

View File

@ -56,6 +56,7 @@ pub(super) fn set_local_call_result<'i>(
}
};
}
CallOutput::None => {}
}
Ok(())