Type Definition img2text::Span

source ·
pub type Span = u16;
Expand description

A set of consecutive pixels of a constant length.

This is currently u16 but may change to a different unsigned integer type.