Macro chrono::try_opt

source ·
macro_rules! try_opt {
    ($e:expr) => { ... };
}
Expand description

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