macro_rules! with_fallback {
($dependency:literal, $preferred:expr, $fallback:expr) => { ... };
}Expand description
Convenience macro for executing operations with fallback
macro_rules! with_fallback {
($dependency:literal, $preferred:expr, $fallback:expr) => { ... };
}Convenience macro for executing operations with fallback