macro_rules! impl_serializable_error {
    ($t:ty) => { ... };
}
Expand description

impl_serializable_error needs to be invoked for every error type that can be sent over the wire.