pub type ModFunctionType = ModFunctionType<SourceRange>;

Aliased Type§

struct ModFunctionType {
    pub range: EmptyRange<SourceRange>,
    pub argtypes: Vec<Expr<SourceRange>>,
    pub returns: Box<Expr<SourceRange>>,
}

Fields§

§range: EmptyRange<SourceRange>§argtypes: Vec<Expr<SourceRange>>§returns: Box<Expr<SourceRange>>