[][src]Module fallible_collections::boxed

Implement Fallible Box

Structs

TryBox

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

Traits

FallibleBox

trait to implement Fallible Box