trait RangeInclusiveExt {
    // Required method
    fn field_spec(&self) -> FieldSpec;
}
Expand description

Extension trait to provide offset and size values from a RangeInclusive.

Required Methods§

source

fn field_spec(&self) -> FieldSpec

Field offset and size represented by this RangeInclusive.

Implementations on Foreign Types§

source§

impl RangeInclusiveExt for RangeInclusive<usize>

Implementors§