cl_traits
macro_rules! create_marker_trait { ($v:vis $trait_name:ident $(:)? $($bound:path),*) => { ... }; }
Creates a marker trait $trait_name with or without bounds.
$trait_name