[][src]Macro sc_executor::convert_args

macro_rules! convert_args {
    () => { ... };
    ( $( $t:ty ),* ) => { ... };
}

Converts arguments into respective WASM types.