pub trait TDFileType: Debug + RObject { }Expand description
Represents the type of a file
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait TDFileType: Debug + RObject { }Represents the type of a file
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".