Skip to main content

TDFileType

Trait TDFileType 

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

Implementations on Foreign Types§

Source§

impl<'a, FILETYPE: TDFileType> TDFileType for &'a FILETYPE

Source§

impl<'a, FILETYPE: TDFileType> TDFileType for &'a mut FILETYPE

Implementors§