[][src]Function utmp_rs::parse_from_path

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

Parse utmp entries from the given path.