mz_pgwire_common::codec

Function decode_startup

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