macro_rules! try_include_cbor {
($filepath:expr) => { ... };
}Expand description
Like ‘include_cbor!’, but do not panic when failing to decode. Return a Result instead.
macro_rules! try_include_cbor {
($filepath:expr) => { ... };
}Like ‘include_cbor!’, but do not panic when failing to decode. Return a Result instead.