Function mz_pgwire_common::decode_startup

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