Suppose I have 2 traits:
pub trait VpnProvider { fn connect(); } pub trait RtspClient { fn connect(); fn set_vpn_provider(Arc