Macro ctors

Source
macro_rules! ctors {
    ($type:ident) => { ... };
    ($type:ident, $($creator:ident),+) => { ... };
}
Expand description

Return an array of creators: