macro_rules! make_composable {
    ($Struct:ty) => { ... };
}
Expand description

Implement the Composable Core for a struct { storage, api, querier }