Type Definition abi_stable::abi_stability::stable_abi_trait::TypeLayoutCtor[][src]

pub type TypeLayoutCtor = Constructor<&'static TypeLayout>;
Expand description

Getter for the TypeLayout of some type,wraps an extern "C" fn() -> &'static TypeLayout.