pub trait TDMessageFileType: Debug + RObject { }
Expand description

Contains information about a file with messages exported from another app

Implementations on Foreign Types§

source§

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

source§

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

Implementors§