Skip to main content

RawPlatformData

Type Alias RawPlatformData 

Source
pub type RawPlatformData = HashMap<String, Value>;
Expand description

Platform-specific raw data attached to every element.

An untyped key-value map containing the original platform-specific data exactly as the platform reported it. Keys use snake_case naming. This is the escape hatch for consumers who need full platform fidelity.

Aliased Type§

pub struct RawPlatformData { /* private fields */ }