try-clone 0.2.0

Fallible cloning.
Documentation
1
2
3
// This needs to be in its own file since we otherwise get a warning
// when blanket_impl is disabled (even when gated with #[cfg])
auto trait ForwardTryCloneToClone {}