Trait FileType

Source
pub trait FileType {
    // Required method
    fn filetype(&self) -> Option<&'static str>;
}

Required Methods§

Source

fn filetype(&self) -> Option<&'static str>

Implementations on Foreign Types§

Source§

impl<U: Ui> FileType for File<U>

Source§

fn filetype(&self) -> Option<&'static str>

Implementors§