[][src]Module fallible_collections::vec

Implement Fallible Vec

Structs

Iter
IterMut
TryVec

TryVec is a thin wrapper around alloc::vec::Vec to provide support for fallible allocation.

Traits

FallibleVec

trait implementing all fallible methods on vec

TryCollect
TryFromIterator