pub trait TDProxyType: Debug + RObject { }
Expand description

Describes the type of a proxy server

Implementations on Foreign Types§

source§

impl<'a, PROXYTYPE: TDProxyType> TDProxyType for &'a PROXYTYPE

source§

impl<'a, PROXYTYPE: TDProxyType> TDProxyType for &'a mut PROXYTYPE

Implementors§