[][src]Macro componentile::define_world

macro_rules! define_world {
    ($($x:ident: $y:ident,)*) => { ... };
    ($($x:ident: $y:tt,)*) => { ... };
}