pub trait Entry: Sized { // Required method fn from_line(line: &str) -> Result<Self, ParseIntError>; }
A Trait to represent an entry of data from an /etc/{passwd,group,shadow} file.
passwd
group
shadow