Skip to main content

TDMessageFileType

Trait TDMessageFileType 

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

Contains information about a file with messages exported from another app

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, MESSAGEFILETYPE: TDMessageFileType> TDMessageFileType for &'a MESSAGEFILETYPE

Source§

impl<'a, MESSAGEFILETYPE: TDMessageFileType> TDMessageFileType for &'a mut MESSAGEFILETYPE

Implementors§