pub trait PassBy: Sized {
type PassBy: PassByImpl<Self>;
}Expand description
Required Associated Types§
Sourcetype PassBy: PassByImpl<Self>
type PassBy: PassByImpl<Self>
The strategy that should be used to pass the type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".