Skip to content

Commit fea7703

Browse files
committed
chore: add missing doc for DigestMd5SaslOptions
1 parent d8dae17 commit fea7703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sasl/digest_md5.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use rsasl::property::{AuthId, Password, Realm};
66

77
use super::{Result, SaslInitiator, SaslInnerOptions, SaslOptions, SaslSession};
88

9+
/// DIGEST-MD5 SASL options.
910
#[derive(Clone, Debug)]
1011
pub struct DigestMd5SaslOptions {
1112
realm: Option<Cow<'static, str>>,

0 commit comments

Comments
 (0)