Expand description

Implement Fallible Vec

Structs

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

Traits