blob: ac7117ea52a4f3082658cd276494df5dab0718e0 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Color","The set of available colors for the terminal foreground/background."],["ColorChoice","ColorChoice represents the color preferences of an end user."]],"struct":[["Ansi","Satisfies `WriteColor` using standard ANSI escape sequences."],["Buffer","Write colored text to memory."],["BufferWriter","Writes colored buffers to stdout or stderr."],["BufferedStandardStream","Like `StandardStream`, but does buffered writing."],["ColorChoiceParseError","An error that occurs when parsing a `ColorChoice` fails."],["ColorSpec","A color specification."],["NoColor","Satisfies `WriteColor` but ignores all color options."],["ParseColorError","An error from parsing an invalid color specification."],["StandardStream","Satisfies `io::Write` and `WriteColor`, and supports optional coloring to either of the standard output streams, stdout and stderr."],["StandardStreamLock","`StandardStreamLock` is a locked reference to a `StandardStream`."]],"trait":[["WriteColor","This trait describes the behavior of writers that support colored output."]]};