[][src]Macro pyconnect6::must

macro_rules! must {
    ($e:expr, $err:expr) => { ... };
}

Panic with given error string if given Result is Err