Skip to main content

TDNetworkType

Trait TDNetworkType 

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

Represents the type of a network

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, NETWORKTYPE: TDNetworkType> TDNetworkType for &'a NETWORKTYPE

Source§

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

Implementors§