[−][src]Trait sp_runtime_interface::pass_by::PassBy
Something that should be passed between wasm and the host using the given strategy.
See Codec, Inner or Enum for more information about the provided strategies.
Associated Types
type PassBy: PassByImpl<Self>
The strategy that should be used to pass the type.