pub fn parse_from_file(file: File) -> Result<Vec<UtmpEntry>, ParseError>
Expand description

Parse utmp entries from the given file.

It parses the given file using the native utmp format in the target platform.