Module cl_ast::format::delimiters
source · Structs§
Constants§
- Delimits with braces on separate lines
{\n
, …,\n}
- Delimits with braces on the same line
{
, …,}
- Delimits with parentheses on the same line
(
, …,)
- Delimits with square brackets on the same line
[
, …,]
- Delimits with parentheses on separate lines
{\n
, …,\n}
- Delimits with braces decorated with spaces
" {\n"
, …,"\n}"
- Delimits with square brackets on separate lines
{\n
, …,\n}