[][src]Module rustracts::context

ContractContext implementations. Contexts are elements that can be polled to verify wether their inner state is still considered valid or not.

Modules

cmp

Generic comparaison contexts

Structs

ContextError

Error Type for Context Related Errors

DefaultContext

Empty context to use if you want non-voidable contracts that produce no value.

Enums

ContextErrorKind

Kinds of ContextErrors

Traits

ContractContext

Trait for Contexts