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.
macro_rules! impl_serializable_error { ($t:ty) => { ... }; }
impl_serializable_error
needs to be invoked for every error type
that can be sent over the wire.