[][src]Trait generic_vec::raw::StorageInit

pub unsafe trait StorageInit<T>: Storage<T> { }

A Storage that can only contain initialized Storage::Item

Implementations on Foreign Types

impl<T, S: ?Sized + StorageInit<T>, '_> StorageInit<T> for &'_ mut S[src]

impl<T, S: ?Sized + StorageInit<T>> StorageInit<T> for Box<S>[src]

Loading content...

Implementors

impl<T: Copy, '_> StorageInit<T> for Slice<'_, T>[src]

impl<T: Copy, const N: usize> StorageInit<T> for Array<T, N>[src]

Loading content...