[][src]Module fluid::core::assert

Contains the wrappers that give the public API to the users.

Structs

ChainableAssert

Wrapper with a method to add an explanation, just as ConsumingAssert, but it also has a method to chain another assertion using the same left element.

ConsumingAssert

Wrapper with a method to add an explanation. This can of assertion cannot be chained.