pub trait ExClone: Sized {
type ExternalTraitSpecificationFor: Clone;
// Required method
exec fn clone(&self) -> Self;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.
pub trait ExClone: Sized {
type ExternalTraitSpecificationFor: Clone;
// Required method
exec fn clone(&self) -> Self;
}