Trait cap_fs_ext::DirEntryExt[][src]

pub trait DirEntryExt {
    fn full_metadata(&self) -> Result<Metadata>;
}

Extension trait for DirEntry.

Required methods

fn full_metadata(&self) -> Result<Metadata>[src]

Return the full metadata, which on Windows includes the optional values.

Loading content...

Implementations on Foreign Types

impl DirEntryExt for DirEntry[src]

impl DirEntryExt for DirEntry[src]

Loading content...

Implementors

Loading content...