Function cw_multi_test::custom_app

source ·
pub fn custom_app<ExecC, QueryC, F>(init_fn: F) -> BasicApp<ExecC, QueryC>
Expand description

Creates new default App implementation working with customized exec and query messages. Outside the App implementation to make type elision better.