pub fn assert<O0: Into<Output>, O1: Into<Output>>( condition: O0, data: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Assert::new().build(condition, data, scope).
Assert::new().build(condition, data, scope)