macro_rules! from_cached_key {
( $x:ident ,$y:expr,$z:expr) => { ... };
}Expand description
Use a macro to save a step build the Cache and calling build on it.
macro_rules! from_cached_key {
( $x:ident ,$y:expr,$z:expr) => { ... };
}Use a macro to save a step build the Cache and calling build on it.