Trait pgs_files::Entry [] [src]

pub trait Entry: Sized {
    fn from_line(line: &str) -> Result<Self, ParseIntError>;
}

A Trait to represent an entry of data from an /etc/{passwd,group,shadow} file.

Required Methods

Implementors