Skip to main content

OffsetRangeExt

Trait OffsetRangeExt 

Source
pub trait OffsetRangeExt {
    // Required method
    fn to_usize(self) -> Range<usize>;
}
Expand description

For convenience

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl OffsetRangeExt for Range<Offset>

Implementors§