Function read_startup

Source
pub fn read_startup<S>(stream: &mut S) -> Result<StartupMessageType, Error>
where S: Read + Unpin,