1 2 3 4 5 6 7 8
pub struct Auth { pub mechanism: String, pub sasl_data: Option<String>, } pub struct Challenge { pub sasl_data: String, }