There's a restriction that for structs containing unsized types the unsized type has to be the last field. `Address` is not an unsize type but we are going to introduce a macro that will assume this order to work equally well with both sized and unsized types. Thus we swap it upfront here. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml |