lets impl these too till const generics actually exist
This commit is contained in:
parent
cd3ba96f91
commit
efb952d4a8
@ -421,6 +421,14 @@ pub fn pso_packet_data(input: TokenStream) -> TokenStream {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let partialeq = generate_partialeq_impl(name.clone(), &attrs);
|
||||||
|
let debug = generate_debug_impl(name, &attrs);
|
||||||
|
|
||||||
impl_pso_data_packet.into()
|
let q = quote! {
|
||||||
|
#impl_pso_data_packet
|
||||||
|
#partialeq
|
||||||
|
#debug
|
||||||
|
};
|
||||||
|
|
||||||
|
q.into()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user