[][src]Macro sc_executor::unmarshall_args

macro_rules! unmarshall_args {
    ( $body:tt, $args_iter:ident, $( $names:ident : $params:ty ),*) => { ... };
}

Converts the list of arguments coming from WASM into their native types.