[][src]Macro derive_utils::derive_trait

macro_rules! derive_trait {
    ($data:expr, _, $trait:item $(,)*) => { ... };
    ($data:expr, ($($path:tt)*), $trait:item $(,)*) => { ... };
    ($data:expr, $super:expr, _, $trait:item $(,)*) => { ... };
    ($data:expr, $super:expr, ($($path:tt)*), $trait:item $(,)*) => { ... };
    ($data:expr, $path:expr, $trait:expr $(,)*) => { ... };
    ($data:expr, $super:expr, $path:expr, $trait:expr $(,)*) => { ... };
}