pub trait ToBoxedClient { // Required methods fn boxed(self) -> BoxClient; fn arced(self) -> ArcClient; }