[][src]Module abi_stable::abi_stability::abi_checking

Functions and types related to the layout checking.

Structs

AbiInstabilityError

All the shallow errors from checking an individual type.

AbiInstabilityErrors

All the errors from checking the layout of every nested type in AbiInfo.

ExpectedFoundError

Represents an error where a value was expected,but another value was found.

Enums

AbiInstability

An individual error from checking the layout of some type.

Functions

check_abi_stability

Checks that the layout of interface is compatible with implementation.

check_abi_stability_for

Checks that the layout of Interface is compatible with Impl.