pub type DynProxyRepository = Arc<dyn ProxyRepository + Send + Sync>;
Proxy repository type alias.
struct DynProxyRepository { /* private fields */ }