Struct openat::Entry [] [src]

pub struct Entry { /* fields omitted */ }

Entry returned by iterating over DirIter iterator

Methods

impl Entry
[src]

Returns the file name of the this entry

Returns simplified type of entry

Trait Implementations

impl<'a> AsPath for &'a Entry
[src]

The return value of the to_path that holds data copied from the original path (if copy is needed, otherwise it's just a reference) Read more

Returns None when path contains a zero byte

impl Debug for Entry
[src]

Formats the value using the given formatter.