Trait MaybeClone

pub trait MaybeClone { }
Expand description

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

Implementors§

§

impl<T> MaybeClone for T