Struct patch::Range
[−]
[src]
pub struct Range {
pub start: u64,
pub count: u64,
}Fields
start: u64
count: u64