edlang/owo_colors/trait.OwoColorize.html

197 lines
69 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Extension trait for colorizing a type which implements any std formatter (`Display`, `Debug`, `UpperHex`, etc.)"><title>OwoColorize in owo_colors - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-5bc39a1768837dd0.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="owo_colors" data-themes="" data-resource-suffix="" data-rustdoc-version="1.77.1 (7cf61ebde 2024-03-27)" data-channel="1.77.1" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-4c98445ec4002617.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-48f368f3872407c8.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-04d5337699b92874.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../owo_colors/index.html"><img src="https://jam1.re/img/rust_owo.svg" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../owo_colors/index.html"><img src="https://jam1.re/img/rust_owo.svg" alt="logo"></a><h2><a href="../owo_colors/index.html">owo_colors</a><span class="version">4.0.0</span></h2></div><h2 class="location"><a href="#">OwoColorize</a></h2><div class="sidebar-elems"><section><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.bg">bg</a></li><li><a href="#method.bg_rgb">bg_rgb</a></li><li><a href="#method.black">black</a></li><li><a href="#method.blink">blink</a></li><li><a href="#method.blink_fast">blink_fast</a></li><li><a href="#method.blue">blue</a></li><li><a href="#method.bold">bold</a></li><li><a href="#method.bright_black">bright_black</a></li><li><a href="#method.bright_blue">bright_blue</a></li><li><a href="#method.bright_cyan">bright_cyan</a></li><li><a href="#method.bright_green">bright_green</a></li><li><a href="#method.bright_magenta">bright_magenta</a></li><li><a href="#method.bright_purple">bright_purple</a></li><li><a href="#method.bright_red">bright_red</a></li><li><a href="#method.bright_white">bright_white</a></li><li><a href="#method.bright_yellow">bright_yellow</a></li><li><a href="#method.color">color</a></li><li><a href="#method.cyan">cyan</a></li><li><a href="#method.default_color">default_color</a></li><li><a href="#method.dimmed">dimmed</a></li><li><a href="#method.fg">fg</a></li><li><a href="#method.fg_rgb">fg_rgb</a></li><li><a href="#method.green">green</a></li><li><a href="#method.hidden">hidden</a></li><li><a href="#method.italic">italic</a></li><li><a href="#method.magenta">magenta
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../owo_colors/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="index.html">owo_colors</a>::<wbr><a class="trait" href="#">OwoColorize</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/owo_colors/lib.rs.html#260-477">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait OwoColorize: <a class="trait" href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> {
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 56 methods</span></summary> // Provided methods
fn <a href="#method.fg" class="fn">fg</a>&lt;C: <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a>&gt;(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, C, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bg" class="fn">bg</a>&lt;C: <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a>&gt;(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, C, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.black" class="fn">black</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Black.html" title="struct owo_colors::colors::Black">Black</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_black" class="fn">on_black</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Black.html" title="struct owo_colors::colors::Black">Black</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.red" class="fn">red</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Red.html" title="struct owo_colors::colors::Red">Red</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_red" class="fn">on_red</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Red.html" title="struct owo_colors::colors::Red">Red</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.green" class="fn">green</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Green.html" title="struct owo_colors::colors::Green">Green</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_green" class="fn">on_green</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Green.html" title="struct owo_colors::colors::Green">Green</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.yellow" class="fn">yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Yellow.html" title="struct owo_colors::colors::Yellow">Yellow</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_yellow" class="fn">on_yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Yellow.html" title="struct owo_colors::colors::Yellow">Yellow</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.blue" class="fn">blue</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Blue.html" title="struct owo_colors::colors::Blue">Blue</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_blue" class="fn">on_blue</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Blue.html" title="struct owo_colors::colors::Blue">Blue</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.magenta" class="fn">magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_magenta" class="fn">on_magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.purple" class="fn">purple</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_purple" class="fn">on_purple</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.cyan" class="fn">cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Cyan.html" title="struct owo_colors::colors::Cyan">Cyan</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_cyan" class="fn">on_cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Cyan.html" title="struct owo_colors::colors::Cyan">Cyan</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.white" class="fn">white</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.White.html" title="struct owo_colors::colors::White">White</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_white" class="fn">on_white</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.White.html" title="struct owo_colors::colors::White">White</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.default_color" class="fn">default_color</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Default.html" title="struct owo_colors::colors::Default">Default</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_default_color" class="fn">on_default_color</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Default.html" title="struct owo_colors::colors::Default">Default</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_black" class="fn">bright_black</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlack.html" title="struct owo_colors::colors::BrightBlack">BrightBlack</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_black" class="fn">on_bright_black</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlack.html" title="struct owo_colors::colors::BrightBlack">BrightBlack</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_red" class="fn">bright_red</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightRed.html" title="struct owo_colors::colors::BrightRed">BrightRed</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_red" class="fn">on_bright_red</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightRed.html" title="struct owo_colors::colors::BrightRed">BrightRed</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_green" class="fn">bright_green</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightGreen.html" title="struct owo_colors::colors::BrightGreen">BrightGreen</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_green" class="fn">on_bright_green</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightGreen.html" title="struct owo_colors::colors::BrightGreen">BrightGreen</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_yellow" class="fn">bright_yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightYellow.html" title="struct owo_colors::colors::BrightYellow">BrightYellow</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_yellow" class="fn">on_bright_yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightYellow.html" title="struct owo_colors::colors::BrightYellow">BrightYellow</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_blue" class="fn">bright_blue</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlue.html" title="struct owo_colors::colors::BrightBlue">BrightBlue</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_blue" class="fn">on_bright_blue</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlue.html" title="struct owo_colors::colors::BrightBlue">BrightBlue</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_magenta" class="fn">bright_magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_magenta" class="fn">on_bright_magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_purple" class="fn">bright_purple</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_purple" class="fn">on_bright_purple</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_cyan" class="fn">bright_cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightCyan.html" title="struct owo_colors::colors::BrightCyan">BrightCyan</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_cyan" class="fn">on_bright_cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightCyan.html" title="struct owo_colors::colors::BrightCyan">BrightCyan</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bright_white" class="fn">bright_white</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightWhite.html" title="struct owo_colors::colors::BrightWhite">BrightWhite</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_bright_white" class="fn">on_bright_white</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightWhite.html" title="struct owo_colors::colors::BrightWhite">BrightWhite</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bold" class="fn">bold</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.BoldDisplay.html" title="struct owo_colors::styles::BoldDisplay">BoldDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.dimmed" class="fn">dimmed</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.DimDisplay.html" title="struct owo_colors::styles::DimDisplay">DimDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.italic" class="fn">italic</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.ItalicDisplay.html" title="struct owo_colors::styles::ItalicDisplay">ItalicDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.underline" class="fn">underline</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.UnderlineDisplay.html" title="struct owo_colors::styles::UnderlineDisplay">UnderlineDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.blink" class="fn">blink</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.BlinkDisplay.html" title="struct owo_colors::styles::BlinkDisplay">BlinkDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.blink_fast" class="fn">blink_fast</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.BlinkFastDisplay.html" title="struct owo_colors::styles::BlinkFastDisplay">BlinkFastDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.reversed" class="fn">reversed</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.ReversedDisplay.html" title="struct owo_colors::styles::ReversedDisplay">ReversedDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.hidden" class="fn">hidden</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.HiddenDisplay.html" title="struct owo_colors::styles::HiddenDisplay">HiddenDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.strikethrough" class="fn">strikethrough</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.StrikeThroughDisplay.html" title="struct owo_colors::styles::StrikeThroughDisplay">StrikeThroughDisplay</a>&lt;'_, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.color" class="fn">color</a>&lt;Color: <a class="trait" href="trait.DynColor.html" title="trait owo_colors::DynColor">DynColor</a>&gt;(
&amp;self,
color: Color
) -&gt; <a class="struct" href="struct.FgDynColorDisplay.html" title="struct owo_colors::FgDynColorDisplay">FgDynColorDisplay</a>&lt;'_, Color, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_color" class="fn">on_color</a>&lt;Color: <a class="trait" href="trait.DynColor.html" title="trait owo_colors::DynColor">DynColor</a>&gt;(
&amp;self,
color: Color
) -&gt; <a class="struct" href="struct.BgDynColorDisplay.html" title="struct owo_colors::BgDynColorDisplay">BgDynColorDisplay</a>&lt;'_, Color, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.fg_rgb" class="fn">fg_rgb</a>&lt;const R: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const G: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const B: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>&gt;(
&amp;self
) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.CustomColor.html" title="struct owo_colors::colors::CustomColor">CustomColor</a>&lt;R, G, B&gt;, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.bg_rgb" class="fn">bg_rgb</a>&lt;const R: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const G: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const B: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>&gt;(
&amp;self
) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.CustomColor.html" title="struct owo_colors::colors::CustomColor">CustomColor</a>&lt;R, G, B&gt;, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.truecolor" class="fn">truecolor</a>(&amp;self, r: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, g: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, b: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>) -&gt; <a class="struct" href="struct.FgDynColorDisplay.html" title="struct owo_colors::FgDynColorDisplay">FgDynColorDisplay</a>&lt;'_, <a class="struct" href="struct.Rgb.html" title="struct owo_colors::Rgb">Rgb</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.on_truecolor" class="fn">on_truecolor</a>(
&amp;self,
r: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>,
g: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>,
b: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>
) -&gt; <a class="struct" href="struct.BgDynColorDisplay.html" title="struct owo_colors::BgDynColorDisplay">BgDynColorDisplay</a>&lt;'_, <a class="struct" href="struct.Rgb.html" title="struct owo_colors::Rgb">Rgb</a>, Self&gt; { ... }
<span class="item-spacer"></span> fn <a href="#method.style" class="fn">style</a>(&amp;self, style: <a class="struct" href="struct.Style.html" title="struct owo_colors::Style">Style</a>) -&gt; <a class="struct" href="struct.Styled.html" title="struct owo_colors::Styled">Styled</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.reference.html">&amp;Self</a>&gt; { ... }
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Extension trait for colorizing a type which implements any std formatter
(<a href="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Display.html" title="trait core::fmt::Display"><code>Display</code></a>, <a href="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug"><code>Debug</code></a>, <a href="https://doc.rust-lang.org/1.77.1/core/fmt/trait.UpperHex.html" title="trait core::fmt::UpperHex"><code>UpperHex</code></a>,
etc.)</p>
<h3 id="example"><a class="doc-anchor" href="#example">§</a>Example</h3>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>owo_colors::OwoColorize;
<span class="macro">println!</span>(<span class="string">"My number is {:#x}!"</span>, <span class="number">10</span>.green());
<span class="macro">println!</span>(<span class="string">"My number is not {}!"</span>, <span class="number">4</span>.on_red());</code></pre></div>
<h3 id="how-to-decide-which-method-to-use"><a class="doc-anchor" href="#how-to-decide-which-method-to-use">§</a>How to decide which method to use</h3>
<p><strong>Do you have a specific color you want to use?</strong></p>
<p>Use the specific colors method, such as <a href="trait.OwoColorize.html#method.blue" title="method owo_colors::OwoColorize::blue"><code>blue</code></a> or
<a href="trait.OwoColorize.html#method.on_green" title="method owo_colors::OwoColorize::on_green"><code>on_green</code></a>.</p>
<p><strong>Do you want your colors configurable via generics?</strong></p>
<p>Use <a href="trait.OwoColorize.html#method.fg" title="method owo_colors::OwoColorize::fg"><code>fg</code></a> and <a href="trait.OwoColorize.html#method.bg" title="method owo_colors::OwoColorize::bg"><code>bg</code></a> to make it compile-time configurable.</p>
<p><strong>Do you need to pick a color at runtime?</strong></p>
<p>Use the <a href="trait.OwoColorize.html#method.color" title="method owo_colors::OwoColorize::color"><code>color</code></a>, <a href="trait.OwoColorize.html#method.on_color" title="method owo_colors::OwoColorize::on_color"><code>on_color</code></a>,
<a href="trait.OwoColorize.html#method.truecolor" title="method owo_colors::OwoColorize::truecolor"><code>truecolor</code></a> or <a href="trait.OwoColorize.html#method.on_truecolor" title="method owo_colors::OwoColorize::on_truecolor"><code>on_truecolor</code></a>.</p>
<p><strong>Do you need some other text modifier?</strong></p>
<ul>
<li><a href="trait.OwoColorize.html#method.bold" title="method owo_colors::OwoColorize::bold"><code>bold</code></a></li>
<li><a href="trait.OwoColorize.html#method.dimmed" title="method owo_colors::OwoColorize::dimmed"><code>dimmed</code></a></li>
<li><a href="trait.OwoColorize.html#method.italic" title="method owo_colors::OwoColorize::italic"><code>italic</code></a></li>
<li><a href="trait.OwoColorize.html#method.underline" title="method owo_colors::OwoColorize::underline"><code>underline</code></a></li>
<li><a href="trait.OwoColorize.html#method.blink" title="method owo_colors::OwoColorize::blink"><code>blink</code></a></li>
<li><a href="trait.OwoColorize.html#method.blink_fast" title="method owo_colors::OwoColorize::blink_fast"><code>blink_fast</code></a></li>
<li><a href="trait.OwoColorize.html#method.reversed" title="method owo_colors::OwoColorize::reversed"><code>reversed</code></a></li>
<li><a href="trait.OwoColorize.html#method.hidden" title="method owo_colors::OwoColorize::hidden"><code>hidden</code></a></li>
<li><a href="trait.OwoColorize.html#method.strikethrough" title="method owo_colors::OwoColorize::strikethrough"><code>strikethrough</code></a></li>
</ul>
<p><strong>Do you want it to only display colors if its a terminal?</strong></p>
<ol>
<li>Enable the <code>supports-colors</code> feature</li>
<li>Colorize inside <a href="OwoColorize::if_supports_color"><code>if_supports_color</code></a></li>
</ol>
<p><strong>Do you need to store a set of colors/effects to apply to multiple things?</strong></p>
<p>Use <a href="trait.OwoColorize.html#method.style" title="method owo_colors::OwoColorize::style"><code>style</code></a> to apply a <a href="struct.Style.html" title="struct owo_colors::Style"><code>Style</code></a></p>
</div></details><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.fg" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#270-272">source</a><h4 class="code-header">fn <a href="#method.fg" class="fn">fg</a>&lt;C: <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a>&gt;(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, C, Self&gt;</h4></section></summary><div class="docblock"><p>Set the foreground color generically</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>owo_colors::{OwoColorize, colors::<span class="kw-2">*</span>};
<span class="macro">println!</span>(<span class="string">"{}"</span>, <span class="string">"red foreground"</span>.fg::&lt;Red&gt;());</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bg" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#283-285">source</a><h4 class="code-header">fn <a href="#method.bg" class="fn">bg</a>&lt;C: <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a>&gt;(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, C, Self&gt;</h4></section></summary><div class="docblock"><p>Set the background color generically.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>owo_colors::{OwoColorize, colors::<span class="kw-2">*</span>};
<span class="macro">println!</span>(<span class="string">"{}"</span>, <span class="string">"black background"</span>.bg::&lt;Black&gt;());</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.black" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.black" class="fn">black</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Black.html" title="struct owo_colors::colors::Black">Black</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to black</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_black" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_black" class="fn">on_black</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Black.html" title="struct owo_colors::colors::Black">Black</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to black</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.red" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.red" class="fn">red</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Red.html" title="struct owo_colors::colors::Red">Red</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to red</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_red" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_red" class="fn">on_red</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Red.html" title="struct owo_colors::colors::Red">Red</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to red</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.green" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.green" class="fn">green</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Green.html" title="struct owo_colors::colors::Green">Green</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to green</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_green" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_green" class="fn">on_green</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Green.html" title="struct owo_colors::colors::Green">Green</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to green</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.yellow" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.yellow" class="fn">yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Yellow.html" title="struct owo_colors::colors::Yellow">Yellow</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to yellow</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_yellow" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_yellow" class="fn">on_yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Yellow.html" title="struct owo_colors::colors::Yellow">Yellow</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to yellow</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.blue" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.blue" class="fn">blue</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Blue.html" title="struct owo_colors::colors::Blue">Blue</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to blue</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_blue" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_blue" class="fn">on_blue</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Blue.html" title="struct owo_colors::colors::Blue">Blue</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to blue</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.magenta" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.magenta" class="fn">magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to magenta</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_magenta" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_magenta" class="fn">on_magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to magenta</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.purple" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.purple" class="fn">purple</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to purple</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_purple" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_purple" class="fn">on_purple</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to purple</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.cyan" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.cyan" class="fn">cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Cyan.html" title="struct owo_colors::colors::Cyan">Cyan</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to cyan</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_cyan" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_cyan" class="fn">on_cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Cyan.html" title="struct owo_colors::colors::Cyan">Cyan</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to cyan</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.white" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.white" class="fn">white</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.White.html" title="struct owo_colors::colors::White">White</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to white</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_white" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_white" class="fn">on_white</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.White.html" title="struct owo_colors::colors::White">White</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to white</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.default_color" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.default_color" class="fn">default_color</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Default.html" title="struct owo_colors::colors::Default">Default</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to the terminal default</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_default_color" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_default_color" class="fn">on_default_color</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.Default.html" title="struct owo_colors::colors::Default">Default</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to the terminal default</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_black" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_black" class="fn">bright_black</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlack.html" title="struct owo_colors::colors::BrightBlack">BrightBlack</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright black</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_black" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_black" class="fn">on_bright_black</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlack.html" title="struct owo_colors::colors::BrightBlack">BrightBlack</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright black</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_red" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_red" class="fn">bright_red</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightRed.html" title="struct owo_colors::colors::BrightRed">BrightRed</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright red</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_red" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_red" class="fn">on_bright_red</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightRed.html" title="struct owo_colors::colors::BrightRed">BrightRed</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright red</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_green" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_green" class="fn">bright_green</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightGreen.html" title="struct owo_colors::colors::BrightGreen">BrightGreen</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright green</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_green" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_green" class="fn">on_bright_green</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightGreen.html" title="struct owo_colors::colors::BrightGreen">BrightGreen</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright green</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_yellow" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_yellow" class="fn">bright_yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightYellow.html" title="struct owo_colors::colors::BrightYellow">BrightYellow</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright yellow</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_yellow" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_yellow" class="fn">on_bright_yellow</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightYellow.html" title="struct owo_colors::colors::BrightYellow">BrightYellow</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright yellow</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_blue" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_blue" class="fn">bright_blue</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlue.html" title="struct owo_colors::colors::BrightBlue">BrightBlue</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright blue</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_blue" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_blue" class="fn">on_bright_blue</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightBlue.html" title="struct owo_colors::colors::BrightBlue">BrightBlue</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright blue</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_magenta" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_magenta" class="fn">bright_magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright magenta</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_magenta" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_magenta" class="fn">on_bright_magenta</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright magenta</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_purple" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_purple" class="fn">bright_purple</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright purple</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_purple" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_purple" class="fn">on_bright_purple</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright purple</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_cyan" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_cyan" class="fn">bright_cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightCyan.html" title="struct owo_colors::colors::BrightCyan">BrightCyan</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright cyan</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_cyan" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_cyan" class="fn">on_bright_cyan</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightCyan.html" title="struct owo_colors::colors::BrightCyan">BrightCyan</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright cyan</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bright_white" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.bright_white" class="fn">bright_white</a>(&amp;self) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightWhite.html" title="struct owo_colors::colors::BrightWhite">BrightWhite</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the foreground color to bright white</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_bright_white" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#287-347">source</a><h4 class="code-header">fn <a href="#method.on_bright_white" class="fn">on_bright_white</a>(&amp;self) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.BrightWhite.html" title="struct owo_colors::colors::BrightWhite">BrightWhite</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Change the background color to bright white</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bold" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.bold" class="fn">bold</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.BoldDisplay.html" title="struct owo_colors::styles::BoldDisplay">BoldDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Make the text bold</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.dimmed" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.dimmed" class="fn">dimmed</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.DimDisplay.html" title="struct owo_colors::styles::DimDisplay">DimDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Make the text dim</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.italic" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.italic" class="fn">italic</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.ItalicDisplay.html" title="struct owo_colors::styles::ItalicDisplay">ItalicDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Make the text italicized</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.underline" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.underline" class="fn">underline</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.UnderlineDisplay.html" title="struct owo_colors::styles::UnderlineDisplay">UnderlineDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Make the text italicized</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.blink" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.blink" class="fn">blink</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.BlinkDisplay.html" title="struct owo_colors::styles::BlinkDisplay">BlinkDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Make the text blink</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.blink_fast" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.blink_fast" class="fn">blink_fast</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.BlinkFastDisplay.html" title="struct owo_colors::styles::BlinkFastDisplay">BlinkFastDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Make the text blink (but fast!)</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.reversed" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.reversed" class="fn">reversed</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.ReversedDisplay.html" title="struct owo_colors::styles::ReversedDisplay">ReversedDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Swap the foreground and background colors</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.hidden" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.hidden" class="fn">hidden</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.HiddenDisplay.html" title="struct owo_colors::styles::HiddenDisplay">HiddenDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Hide the text</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.strikethrough" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#349-368">source</a><h4 class="code-header">fn <a href="#method.strikethrough" class="fn">strikethrough</a>(&amp;self) -&gt; <a class="struct" href="styles/struct.StrikeThroughDisplay.html" title="struct owo_colors::styles::StrikeThroughDisplay">StrikeThroughDisplay</a>&lt;'_, Self&gt;</h4></section></summary><div class="docblock"><p>Cross out the text</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.color" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#381-383">source</a><h4 class="code-header">fn <a href="#method.color" class="fn">color</a>&lt;Color: <a class="trait" href="trait.DynColor.html" title="trait owo_colors::DynColor">DynColor</a>&gt;(
&amp;self,
color: Color
) -&gt; <a class="struct" href="struct.FgDynColorDisplay.html" title="struct owo_colors::FgDynColorDisplay">FgDynColorDisplay</a>&lt;'_, Color, Self&gt;</h4></section></summary><div class="docblock"><p>Set the foreground color at runtime. Only use if you do not know which color will be used at
compile-time. If the color is constant, use either <a href="trait.OwoColorize.html#method.fg" title="method owo_colors::OwoColorize::fg"><code>OwoColorize::fg</code></a> or
a color-specific method, such as <a href="trait.OwoColorize.html#method.green" title="method owo_colors::OwoColorize::green"><code>OwoColorize::green</code></a>,</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>owo_colors::{OwoColorize, AnsiColors};
<span class="macro">println!</span>(<span class="string">"{}"</span>, <span class="string">"green"</span>.color(AnsiColors::Green));</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_color" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#396-398">source</a><h4 class="code-header">fn <a href="#method.on_color" class="fn">on_color</a>&lt;Color: <a class="trait" href="trait.DynColor.html" title="trait owo_colors::DynColor">DynColor</a>&gt;(
&amp;self,
color: Color
) -&gt; <a class="struct" href="struct.BgDynColorDisplay.html" title="struct owo_colors::BgDynColorDisplay">BgDynColorDisplay</a>&lt;'_, Color, Self&gt;</h4></section></summary><div class="docblock"><p>Set the background color at runtime. Only use if you do not know what color to use at
compile-time. If the color is constant, use either <a href="trait.OwoColorize.html#method.bg" title="method owo_colors::OwoColorize::bg"><code>OwoColorize::bg</code></a> or
a color-specific method, such as <a href="trait.OwoColorize.html#method.on_yellow" title="method owo_colors::OwoColorize::on_yellow"><code>OwoColorize::on_yellow</code></a>,</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>owo_colors::{OwoColorize, AnsiColors};
<span class="macro">println!</span>(<span class="string">"{}"</span>, <span class="string">"yellow background"</span>.on_color(AnsiColors::BrightYellow));</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.fg_rgb" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#402-406">source</a><h4 class="code-header">fn <a href="#method.fg_rgb" class="fn">fg_rgb</a>&lt;const R: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const G: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const B: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>&gt;(
&amp;self
) -&gt; <a class="struct" href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay">FgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.CustomColor.html" title="struct owo_colors::colors::CustomColor">CustomColor</a>&lt;R, G, B&gt;, Self&gt;</h4></section></summary><div class="docblock"><p>Set the foreground color to a specific RGB value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.bg_rgb" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#410-414">source</a><h4 class="code-header">fn <a href="#method.bg_rgb" class="fn">bg_rgb</a>&lt;const R: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const G: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, const B: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>&gt;(
&amp;self
) -&gt; <a class="struct" href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay">BgColorDisplay</a>&lt;'_, <a class="struct" href="colors/struct.CustomColor.html" title="struct owo_colors::colors::CustomColor">CustomColor</a>&lt;R, G, B&gt;, Self&gt;</h4></section></summary><div class="docblock"><p>Set the background color to a specific RGB value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.truecolor" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#419-421">source</a><h4 class="code-header">fn <a href="#method.truecolor" class="fn">truecolor</a>(&amp;self, r: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, g: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, b: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>) -&gt; <a class="struct" href="struct.FgDynColorDisplay.html" title="struct owo_colors::FgDynColorDisplay">FgDynColorDisplay</a>&lt;'_, <a class="struct" href="struct.Rgb.html" title="struct owo_colors::Rgb">Rgb</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Sets the foreground color to an RGB value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_truecolor" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#426-428">source</a><h4 class="code-header">fn <a href="#method.on_truecolor" class="fn">on_truecolor</a>(&amp;self, r: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, g: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>, b: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>) -&gt; <a class="struct" href="struct.BgDynColorDisplay.html" title="struct owo_colors::BgDynColorDisplay">BgDynColorDisplay</a>&lt;'_, <a class="struct" href="struct.Rgb.html" title="struct owo_colors::Rgb">Rgb</a>, Self&gt;</h4></section></summary><div class="docblock"><p>Sets the background color to an RGB value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.style" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#432-434">source</a><h4 class="code-header">fn <a href="#method.style" class="fn">style</a>(&amp;self, style: <a class="struct" href="struct.Style.html" title="struct owo_colors::Style">Style</a>) -&gt; <a class="struct" href="struct.Styled.html" title="struct owo_colors::Styled">Styled</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.reference.html">&amp;Self</a>&gt;</h4></section></summary><div class="docblock"><p>Apply a runtime-determined style</p>
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.77.1/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-OwoColorize-for-D" class="impl"><a class="src rightside" href="../src/owo_colors/lib.rs.html#497">source</a><a href="#impl-OwoColorize-for-D" class="anchor">§</a><h3 class="code-header">impl&lt;D: <a class="trait" href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>&gt; <a class="trait" href="trait.OwoColorize.html" title="trait owo_colors::OwoColorize">OwoColorize</a> for D</h3></section></div><script src="../trait.impl/owo_colors/trait.OwoColorize.js" async></script></section></div></main></body></html>