postgres_protocol::message::frontend

Function sasl_initial_response

source
pub fn sasl_initial_response(
    mechanism: &str,
    data: &[u8],
    buf: &mut BytesMut,
) -> Result<()>