Function mz_pgwire_common::decode_startup

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