impl_json_io

Macro impl_json_io 

Source
macro_rules! impl_json_io {
    ($type:ty) => { ... };
}
Expand description

A macro to implement the JsonIO trait for a given type.