Trait pulsar_utils::CheapClone
source · pub trait CheapClone: Clone { }Expand description
A type whose clone() involves copying no more than 8-16 bytes of data.
Object Safety§
This trait is not object safe.
pub trait CheapClone: Clone { }A type whose clone() involves copying no more than 8-16 bytes of data.