1 2 3 4 5 6
#[derive(Clone)] pub struct ComponentReference { pub global_fn_name: String, pub name: String, pub path: String, }