Type Alias Utmp32Parser

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

Parser to parse a 32-bit utmp file.

Aliased Typeยง

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