Macro pgp::unsupported_err

source ·
macro_rules! unsupported_err {
    ($e:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}