Type Definition na::Owned

source · []
pub type Owned<T, R, C = Const<1_usize>> = <DefaultAllocator as Allocator<T, R, C>>::Buffer;
Expand description

The owned data storage that can be allocated from S.