srwalter / dbus-bytestream

Native D-Bus implementation for Rust
GNU Lesser General Public License v2.1
6 stars 4 forks source link

connection: implement the error trait #8

Closed mathstuf closed 8 years ago

mathstuf commented 8 years ago

I tried implementing fmt::Display for ServerAddressError, but apparently type aliases can't have impls for traits outside the crate.