Parsed

Type Alias Parsed 

Source
pub type Parsed<T> = (T, usize);
Expand description

Parsed is a tuple type which has a T-typed value end a cursor for bytes reading.