pub fn parse_from_reader<R: Read>(
    reader: R
) -> Result<Vec<UtmpEntry>, ParseError>
Expand description

Parse utmp entries from the given reader.

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