Type Alias relay_protocol::Range
source ยท pub type Range = (usize, usize);
Expand description
The start (inclusive) and end (exclusive) indices of a Remark
.
pub type Range = (usize, usize);
The start (inclusive) and end (exclusive) indices of a Remark
.