[][src]Function utmp_rs::parse_from_reader

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

Parse utmp entries from the given reader.