pub trait TDNetworkType: Debug + RObject { }
Expand description

Represents the type of a network

Implementations on Foreign Types§

source§

impl<'a, NETWORKTYPE: TDNetworkType> TDNetworkType for &'a mut NETWORKTYPE

source§

impl<'a, NETWORKTYPE: TDNetworkType> TDNetworkType for &'a NETWORKTYPE

Implementors§