Skip to main content

MaybeClone

Trait MaybeClone 

pub trait MaybeClone { }
Available on non-crate feature time-travel only.
Expand description

A trait alias for Clone, but only when the time-travel feature is enabled.

Implementors§

§

impl<T> MaybeClone for T