pub fn generate_const_id_declaration( name: &String, ident: &Ident, id: &Uuid, public: Public, ) -> TokenStream
Generates the const declaration of the ID associated to the given name (and ident).