Module abi_stable::abi_stability[][src]

Expand description

types and traits related to abi stability.

Re-exports

pub use self::const_generics::ConstGeneric;
pub use self::const_generics::ConstGenericVTableFor;
pub use self::get_static_equivalent::GetStaticEquivalent_;
pub use self::get_static_equivalent::GetStaticEquivalent;
pub use self::stable_abi_trait::StableAbi;
pub use self::stable_abi_trait::PrefixStableAbi;
pub use self::stable_abi_trait::AbiConsts;
pub use self::stable_abi_trait::TypeLayoutCtor;
pub use self::stable_abi_trait::GetTypeLayoutCtor;
pub use self::extra_checks::TypeChecker;
pub use self::extra_checks::ExtraChecks;

Modules

This module implements the trait object used to check const generics.

Contains items for adding checks to individual types.

Containst the GetStaticEquivalent_ trait and related items.

Where the StableAbi trait is declared,as well as related types/traits.

Functions

Checks that the layout of interface is compatible with implementation,