charon_lib

Macro error_assert

source
macro_rules! error_assert {
    ($ctx:expr, $span: expr, $b: expr) => { ... };
    ($ctx:expr, $span: expr, $b: expr, $($fmt:tt)*) => { ... };
}
Expand description

Custom assert to either panic or return an error