Type Alias Utmp64Parser

Source
pub type Utmp64Parser<R> = UtmpParserImpl<R, utmp>;
Expand description

Parser to parse a 64-bit utmp file.

Aliased Typeยง

pub struct Utmp64Parser<R>(/* private fields */);