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".