Macro create_bound

Source
macro_rules! create_bound {
    ($($derives:ident),*) => { ... };
}