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