[][src]Module proconio::marker

Declares special marker types.

Enums

Bytes

Bytes: read a string as array of bytes.

Chars

Chars: read a string as array of chars.

Isize1

Isize1: 1-indexed isize. Output of reading has type isize.

Usize1

Usize1: 1-indexed usize. Output of reading has type usize.