[][src]Macro cl_traits::create_marker_trait

macro_rules! create_marker_trait {
    ($v:vis $trait_name:ident $(:)? $($bound:path),*) => { ... };
}

Creates a marker trait $trait_name with or without bounds.