[][src]Module abi_stable::erased_types

Types and traits related to type erasure.

Re-exports

pub use self::virtual_wrapper::VirtualWrapperTrait;
pub use self::traits::ImplType;
pub use self::traits::InterfaceType;
pub use self::traits::SerializeImplType;
pub use self::traits::DeserializeInterfaceType;
pub use self::type_info::TypeInfo;

Modules

trait_objects

Ffi-safe trait objects for individual traits.

traits

Traits for types wrapped in VirtualWrapper<_>

type_info

Contains TypeInfo,metadata for a type.

virtual_wrapper

Contains the VirtualWrapper type,and related traits/type aliases.

Structs

VirtualWrapper

VirtualWrapper implements ffi-safe trait objects,for a selection of traits.

Enums

FormattingMode

The formatting mode for all std::fmt formatters.