[][src]Crate totems

Modules

collections
enums
inequalities
tuples

Macros

assert_0th

Asserts that the 0th item in a tuple has a relationship to some value.

assert_1st

Asserts that the 1st item in a tuple has a relationship to some value.

assert_2nd

Asserts that the 2nd item in a tuple has a relationship to some value.

assert_3rd

Asserts that the 3rd item in a tuple has a relationship to some value.

assert_4th

Asserts that the 4th item in a tuple has a relationship to some value.

assert_5th

Asserts that the 5th item in a tuple has a relationship to some value.

assert_6th

Asserts that the 6th item in a tuple has a relationship to some value.

assert_7th

Asserts that the 7th item in a tuple has a relationship to some value.

assert_8th

Asserts that the 8th item in a tuple has a relationship to some value.

assert_9th

Asserts that the 9th item in a tuple has a relationship to some value.

assert_10th

Asserts that the 10th item in a tuple has a relationship to some value.

assert_11th

Asserts that the 11th item in a tuple has a relationship to some value.

assert_12th

Asserts that the 12th item in a tuple has a relationship to some value.

assert_13th

Asserts that the 13th item in a tuple has a relationship to some value.

assert_14th

Asserts that the 14th item in a tuple has a relationship to some value.

assert_15th

Asserts that the 15th item in a tuple has a relationship to some value.

assert_all

Asserts that all items in a collection match a predicate.

assert_any

Asserts that any item in a collection matches a predicate.

assert_contains

Asserts that an item is contained within a collection.

assert_err

Asserts that a Result is Err

assert_ge

Asserts (left >= right).

assert_gt

Asserts (left > right).

assert_le

Asserts (left <= right).

assert_lt

Asserts (left < right).

assert_none

Asserts that an Option is None

assert_nth

Asserts that the nth item in a collection has a relationship to some value.

assert_ok

Asserts that a Result is Ok

assert_some

Asserts that an Option is Some