Skip to main content

try_include_cbor

Macro try_include_cbor 

Source
macro_rules! try_include_cbor {
    ($filepath:expr) => { ... };
}
Expand description

Like ‘include_cbor!’, but do not panic when failing to decode. Return a Result instead.