struct IndexAndBytes [src]

Fields

index: usize
bytes: []const u8

Source

pub const IndexAndBytes = struct { index: usize, bytes: []const u8, }