1 2 3 4 5 6 7 8 9 10
//! I define handle and description types for acp access target resources. //! use rdf_utils::define_handle_type; define_handle_type!( /// A handle type for acp access target resources. HResource; [] );