Lines Matching defs:Chars
204 pub struct Chars { struct
209 /// Defaults to: `'│'` or `'|'` with [`Chars::ascii()`]. argument
212 /// Defaults to: `'·'` or `'.'` with [`Chars::ascii()`]. argument
213 pub source_border_left_break: char,
239 /// Defaults to: `'╭'` or `'/'` with [`Chars::ascii()`]. argument
242 /// Defaults to: `'─'` or `'-'` with [`Chars::ascii()`]. argument
245 /// Defaults to: `'╰'` or `'\'` with [`Chars::ascii()`]. argument
248 /// Defaults to: `'─'` or `'-'` with [`Chars::ascii()`]. argument
251 /// Defaults to: `'│'` or `'|'` with [`Chars::ascii()`]. argument
255 /// Defaults to: `'│'` or `'|'` with [`Chars::ascii()`]. argument
259 impl Default for Chars { argument
265 impl Chars { implementation