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