[][src]Trait filename::Filename

pub trait Filename {
    fn file_name(&self) -> Result<PathBuf>;
}

OS-specific extensions to extract file name.

Required methods

fn file_name(&self) -> Result<PathBuf>

Returns the file name of an underlying object, if there is one.

Loading content...

Implementors

impl<T> Filename for T where
    T: AsRawFd
[src]

Loading content...