From https://github.com/paritytech/substrate-subxt/pull/99/files#diff-04c6e90faac2675aa89e2176d2eec7d8R9:
If you use #[derive(Call)] without #[module] in the same module, you will get errors
complaining about an undefined method with a name starting with with_.
From https://github.com/paritytech/substrate-subxt/pull/99/files#diff-04c6e90faac2675aa89e2176d2eec7d8R9:
If you use
#[derive(Call)]without#[module]in the same module, you will get errorscomplaining about an undefined method with a name starting with
with_.