//! Metadata handling for different types used in SelfRef.
//!
//! This module provides metadata extraction and composition functionality for
//! both sized types and unsized types like slices and str.
/// Traits for metadata extraction and composition
/// Implementations of MetaData trait for various types
/// Trait object support for nightly Rust (requires ptr_metadata feature)
pub use *;
pub use *;