Skip to main content

SpanBounds

Trait SpanBounds 

Source
pub trait SpanBounds: Sealed { }
Expand description

A column or row selection for Rect::cols / Rect::rows: any range or a bare index.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl SpanBounds for Range<usize>

Source§

impl SpanBounds for RangeFrom<usize>

Source§

impl SpanBounds for RangeFull

Source§

impl SpanBounds for RangeInclusive<usize>

Source§

impl SpanBounds for RangeTo<usize>

Source§

impl SpanBounds for RangeToInclusive<usize>

Source§

impl SpanBounds for usize

Implementors§