macro_rules! export_program {
($t:ident) => { ... };
}Expand description
Declares the export of the component’s world for the given type.
macro_rules! export_program {
($t:ident) => { ... };
}Declares the export of the component’s world for the given type.