[][src]Macro zamm_yang::define_child

macro_rules! define_child {
    ($name:ident, $parent:expr) => { ... };
    ($name:ident, $parent:expr, $doc:expr) => { ... };
}

Defines a new concept as a child of the given parent type, defined within the current context.