//! Type introspection support for Varlink.
//!
//! This module provides traits and types for runtime type introspection in Varlink,
//! enabling the generation of type metadata and IDL information.
pub use r#typeType;
pub use CustomType;
pub use ReplyError;
// Re-export the the derive macro so it's available alongside the traits.
pub use ;