pub type WhichReader = Which;

Aliased Type§

enum WhichReader {
    Implicit(()),
    Explicit(u16),
}

Variants§

§

Implicit(())

§

Explicit(u16)