Macro pgp::format_err[][src]

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