[][src]Macro lastfm_parse_rs::unwrapped_lastfm_t

macro_rules! unwrapped_lastfm_t {
    (
        $data_t:ident, $params_t:ident, $params_variant:ident,
        [$($param_key:ident: $param_t:ty),*]
    ) => { ... };
}