Macro impl_serializable

Source
macro_rules! impl_serializable {
    ($type:ty, $namespace:expr) => { ... };
}
Expand description

Helper macro to implement Serializable for a type

This macro provides a default implementation of the Serializable trait for types that derive Serialize and Deserialize.