Tobin C. Harding
0f536e86dc
Add new UnknownAddressTypeError for parsing address type
...
There is no need to use the general `address::Error` when parsing an
address type, there is only one error path.
2023-09-20 13:13:56 +10:00
Tobin C. Harding
b2e485ed51
Split the address error code out into a separate module
...
Split the error code out of `address/mod.rs` and into
`address/error.rs`. Code move only, no changes other than to
imports/exports etc. to make it build.
2023-09-20 13:13:55 +10:00
Tobin C. Harding
f34ca0c52b
Move address.rs to address/mod.rs
...
In preparation for splitting out the error code move `address.rs` to
`address/mod.rs`.
File move only, no other changes.
2023-09-20 13:13:55 +10:00