Enum endbasic_core::ast::ArgSep [−][src]
pub enum ArgSep { End, Short, Long, }
Expand description
Types of separators between arguments to a BuiltinCall
.
Variants
Filler for the separator in the last argument.
Short separator (;
).
Long separator (,
).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArgSep
impl UnwindSafe for ArgSep