macro_rules! base64_public_key {
($s:literal) => { ... };
}
Expand description
Compile-time checked Base64PublicKey
construction.
macro_rules! base64_public_key {
($s:literal) => { ... };
}
Compile-time checked Base64PublicKey
construction.