Macro chrono::expect

source ·
macro_rules! expect {
    ($e:expr, $m:literal) => { ... };
}
Expand description

Workaround because .expect() is not (yet) available in const context.