Skip to main content

decode_startup

Function decode_startup 

Source
pub async fn decode_startup<A>(
    conn: A,
) -> Result<Option<FrontendStartupMessage>, Error>
where A: AsyncRead + Unpin,