Trait sp_runtime_interface::pass_by::PassBy
source · 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.