Struct rustc_trans::plugin::load::PluginsExperimental
[-]
[+]
[src]
pub struct Plugins {
pub macros: Vec<ExportedMacros>,
pub registrars: Vec<fn(&mut Registry)>,
}Information about loaded plugins.
Fields
macros | Source code of exported macros. |
registrars | Registrars, as function pointers. |