Skip to main content

RcSlice

Type Alias RcSlice 

Source
pub type RcSlice<T> = RcSliceA<T, Global>;
Expand description

Reference-counted slice allocated from Global.

Aliased Typeยง

pub struct RcSlice<T> { /* private fields */ }