CopyRangeFull

Type Alias CopyRangeFull 

Source
pub type CopyRangeFull = RangeFull;
Expand description

core::ops::RangeFull is already Copy, so we just reexport it.

Aliased Typeยง

pub struct CopyRangeFull;