#![allow(clippy::module_name_repetitions)] use std::rc::Rc; pub type InterfacePtr = Box; pub type FactoryPtr = Rc;