pub fn assert_every_resource_command_has_cause<C, O>(
graph: &Graph<C, O>,
result: &TransactionResult<C, O>,
) -> Result<(), AuditAssertionError>Expand description
Asserts every resource command has a graph-visible cause.
pub fn assert_every_resource_command_has_cause<C, O>(
graph: &Graph<C, O>,
result: &TransactionResult<C, O>,
) -> Result<(), AuditAssertionError>Asserts every resource command has a graph-visible cause.