pub fn parse_from_path<P: AsRef<Path>>(
    path: P
) -> Result<Vec<UtmpEntry>, ParseError>
Expand description

Parse utmp entries from the given path.

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