Macro spectra::impl_load_json[][src]

macro_rules! impl_load_json {
    ($ty_:ty, $desc:expr) => { ... };
}

Implement Load for a type that can be deserialized from JSON.