Struct geo_aid::script::unroll::FunctionOverload
source · pub struct FunctionOverload {
pub params: Vec<Type>,
pub returned_type: Type,
pub definition_span: Option<Span>,
pub definition: UnrolledExpression,
}Expand description
An overload of a function in GeoScript.
Fields§
§params: Vec<Type>The parameter types.
returned_type: TypeThe returned type
definition_span: Option<Span>The definition span (if there is one).
definition: UnrolledExpressionThe definition.