pub trait Copy: Clone { }Expand description
Target of crate::sumtype macro, which implements std::marker::Copy.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Copy: Clone { }Target of crate::sumtype macro, which implements std::marker::Copy.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".