Module abi_stable::abi_stability
source · Expand description
types and traits related to abi stability.
Re-exports§
pub use self::get_static_equivalent::GetStaticEquivalent;
pub use self::get_static_equivalent::GetStaticEquivalent_;
pub use self::stable_abi_trait::AbiConsts;
pub use self::stable_abi_trait::PrefixStableAbi;
pub use self::stable_abi_trait::StableAbi;
pub use self::extra_checks::ExtraChecks;
pub use self::extra_checks::TypeChecker;
Modules§
- Contains items for adding checks to individual types.
- Contains the
GetStaticEquivalent_
trait and related items. - Where the StableAbi trait is declared,as well as related types/traits.
Structs§
- A trait object used to check equality between const generic parameters.
Functions§
- Checks that the layout of
interface
is compatible withimplementation
,