Skip to main content

TDProxyType

Trait TDProxyType 

Source
pub trait TDProxyType: Debug + RObject { }
Expand description

Describes the type of a proxy server

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§