pub type CallSite = CallSiteS<FuncId, Rc<Path>>;Aliased Type§
struct CallSite {
pub func: FuncId,
pub location: Location,
pub args: Vec<Rc<Path>>,
pub destination: Rc<Path>,
}Fields§
§func: FuncId§location: Location§args: Vec<Rc<Path>>§destination: Rc<Path>