macro_rules! unwrap_rc { ($wrapper:expr, $trait_name:ident) => { ... }; }
Convert wrapper back to Rc<dyn Trait> for deserialization
Rc<dyn Trait>