pub fn parse_stream<T: Read>( stream: T, ) -> Result<(Registry, Vec<Error>), FatalError>
Parses the Vulkan XML file from stream into a Rust object.