Crate fallacy_clone

Source
Expand description

Fallible clone.

Structs§

AllocError
The error type for allocation failure.

Traits§

TryClone
Tries to clone, return an error instead of panic if allocation failed.