//! Frame packet types for stream-based architecture
use Arc;
use VariableSchema;
/// Raw telemetry frame packet for the stream-based architecture
///
/// This is the fundamental data unit that flows through the system.
/// All other data (adaptations, sessions) is derived from this.