pub type ArgWithDefault = ArgWithDefault<SourceRange>;Aliased Type§
pub struct ArgWithDefault {
pub range: EmptyRange<SourceRange>,
pub def: Arg<SourceRange>,
pub default: Option<Box<Expr<SourceRange>>>,
}Fields§
§range: EmptyRange<SourceRange>§def: Arg<SourceRange>§default: Option<Box<Expr<SourceRange>>>