Trait sp_runtime_interface::pass_by::PassBy [−][src]
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>[src]
The strategy that should be used to pass the type.