[][src]Macro pgp::unimplemented_err

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