Macro CredentialUnknown
macro_rules! CredentialUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown Credential
member.
macro_rules! CredentialUnknown {
() => { ... };
}
Pattern that matches an unknown Credential
member.