pub type UDAName = String;
The name of a UDA is just a string.
pub struct UDAName { /* private fields */ }