[][src]Function postgres_protocol::message::frontend::sasl_initial_response

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