struct IndexAndChar [src]

Fields

index: usize
char: u8

Source

pub const IndexAndChar = struct { index: usize, char: u8, }