Expand description

Implement Fallible Box

Structs

  • TryBox is a thin wrapper around alloc::boxed::Box to provide support for fallible allocation.

Traits