Trait SysMetadata

Source
pub trait SysMetadata {
    // Required methods
    fn is_symlink(&self) -> bool;
    fn is_file(&self) -> bool;
}

Required Methods§

Gets if the path is a symlink.

Source

fn is_file(&self) -> bool

Gets if the path is a file.

Implementations on Foreign Types§

Source§

impl SysMetadata for Metadata

Source§

fn is_file(&self) -> bool

Implementors§