[][src]Module rustracts::context

Implementation of contexes to put in a contract. Contexes are elements that can be polled to verify wether their inner state is still considered valid or not.

Modules

cmp

Generic comparaison contexes

Structs

DefaultContext

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

Traits

ContractContext

Trait for Contexes